Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 705 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 705 Bytes

Sprintify

1) Create a Spotify app

2) Start Auth Server

  • from the auth-spotify-server directory
npm install
  • In auth-spotify-server/authorization_code/app.js, add Redirect, ID, Secret
  • Run auth server with
node authorization_code/app.js

3) Start Client

  • from the Client directory
npm install
npm start

This project is a psudo-fork of, would be hitting my head against the wall without this boiler plate: https://medium.com/@jonnykalambay/now-playing-using-spotifys-awesome-api-with-react-7db8173a7b13