A statistics app for Spotify.
To install dependencies:
npm install
A Client ID and Client Secret pair can be obtained by registering an app at https://developer.spotify.com These should be set as environment variables, e.g.
export SPOTISTICS_CLIENT_ID="YOUR_CLIENT_ID"
export SPOTISTICS_SECRET="YOUR_SECRET"
node index.js