Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 318 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 318 Bytes

oauth-project

A simple web app that has a Spotify login feature using OAuth

Running the app locally for dev

  • 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.