View the Demo (Skip to 0:55 for Transition)
-
Go to the Spotify Developer Dashboard and create a new API project following this video
-
Clone this repo to a local directory
-
Create a
.envfile in the root directory -
Set the following environment variables:
CLIENT_ID = Your ID from the API dashboard
CLIENT_SECRET = Your secret from the API dashboard
REDIRECT_URI = http://localhost:8888/callback
-
Run the command
npm installthennode src/app.js -
Open http://localhost:8888 to view in your browser
