Currently hosted on GitHub Pages. Read through the project report for more information. In short, the app allows you to login using your Spotify account, and the app with display basic user profile information as well as top and recommended songs pulled from the Spotify Web API.
- Run
npm install
the first time you run the app to install all dependancies locally. - Run
node app.js
from the root of the directory. - Open localhost:8888 from your browser.