A simple web app that has a Spotify login feature using OAuth
- 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.
A simple web app that has a Spotify login feature using OAuth
npm install
the first time you run the app to install all dependancies locally.node app.js
from the root of the directory.