Showing a user their recently played artists and tracks from Spotify.
All documentation regarding Issues, Todos or Testing is in the docs/ directory.
Making use of the Spotfy Guidelines.
Node 14+ and a Spotify Application
Copy the contents of .env.example to .env and fill in the CLIENT_ID from your Spotify Application.
Make sure you have included the callback URI for your current origin in your Spotify Application. It should look something like this: https://localhost:3000/callback or https://www.myliveapp.com/callback. Making sure to keep the /callback.
yarnyarn devyarn build && yarn startyarn generate