Skip to content

Latest commit

 

History

History
18 lines (7 loc) · 358 Bytes

README.md

File metadata and controls

18 lines (7 loc) · 358 Bytes

Getting an spotify credentials

Use the link below to generate credentials for the spotify api and set the AUTH_TOKEN variable in the lib/api.js file

https://developer.spotify.com/console/get-browse-categories/

`

const AUTH_TOKEN = '**************************JDFSIJ-RA';

const BASE_URL = 'https://api.spotify.com/v1';

`