A web app for visualizing personalized Spotify data built with React, Express, and the Spotify Web API.
Spotify's OAuth flow
1.Client(our web app) requests authorization to access data from Spotify.
2.Spotify authorizes access to client.
3.User grants app access to their Spotify data
4.Client receives access token from spotify