Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 842 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 842 Bytes

Spotify Stats React App

Spotify Stats React App

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

How it works

How the Back End Works
  1. User visits localhost/login
  2. User sends client_id and scope to Spotify
  3. Spotify returns access token to oauth-bridge
  4. The bridge forwards the token to my web app

How the Front End Works

How it works How it works