This is the repo for the Fall 2017 Hello Spotify talk by WDC. Here is the gitbook for the talk
There are two versions of the app. One is with the backend written for you (aka skeleton
folder) and one where the entire app (front-end and back-end) is complete (solution
folder).
git clone https://github.com/purduewebdevclub/hello-spotify
Install Nodejs from (here)[https://nodejs.org/en/]
cd skeleton
npm i
node .
npm i
cd solution
node .