spotify-custom-hook-demo

(.env)

REACT_APP_SPOTIFY_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxx
REACT_APP_SPOTIFY_REDIRECT_URI=http://localhost:3000/callback/
REACT_APP_SPOTIFY_SCOPES="user-read-private user-read-email"

Run the application for local development:

$ npm start