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';
`