Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 495 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 495 Bytes

Installation Instructions

Clone repository into a new folder and navigate to it in command line

  1. git clone https://github.com/JulChu/Octave.git
  2. cd Octave

Edit SpotifyAuth.js in Octave/src and enter your Spotify client ID

Running app instructions:

  1. npm install
  2. npm start

Notes

Browser tab should open to http://localhost:8888, but if not, navigate to that page

(Disable addons that might block requests to Spotify API (ex: Privacy Badger), will cause CORS error)