App for getting Spotify's calculated audio features of albums
Uses Node/React/Parcel
clone the repo
npm install
- get a client id and client secret from spotify read here on how to do that
clientId=${ yourClientId } clientSecret=${ yourClientSecret } npm start