This application allows the user to play their Spotify playlists while matching album artwork with the current track.
Uses Spotify API to retrieve user, playlist, and track data, and the Spotify SDK beta to play and manipulate music.
This project was bootstrapped with Create React App.
Hosted site can be found here -> SpotArtify
Note: this app will not work on moblie browswers as Spotify SDK does not support them.
download/clone
yarn install
yarn start