Spotify Stats is an open sourced website which leverages Spotify's API to populate your top songs and artist rankings and calculate your "Hipster score" based on that data. This app leverages an OAuth flow to authenticate with Spotify, allowing limited access to account data, but not the account itself.
Clone the repo to your local machine
$ git clone https://github.com/TheRyanMiller/spotify-stats.git
Change into the project directory and install the server-side NPM packages, and then the client-side NPM packages.
$ cd spotify-stats
$ npm install
$ cd client
$ npm install
Issue this command from the
/client
directory to launch the app in your local environment
$ npm run