Authenticate with Spotify API to display your top Tracks, Artists, and Albums
npm install
npm start
cd backend
npm install
npm start
Backend relies on MPJ's oauth-bridge-template and is found in /backend
- User visits localhost/login
- User sends client_id and scope to Spotify
- Spotify returns access token to oauth-bridge
- The bridge forwards the token to my web app