Allow users to clean out their music library
Provide charts, metrics, and measures of a user's activity
Offer song recommendations
Ability to view playlists, favorited songs, and user's top artists/tracks
Realtime display of current track playing on Spotify
Access to account information
Clone the repo and install dependencies
npm install
Create a .env file in the root folder and add the following keys:
MY_CLIENT_ID= Id provided by Spotify
MY_CLIENT_SECRET= client secret provided by Spotify
Note: you must sign up on Spotify for an application to get the ID and SECRET
npm start