Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.3 KB

spotify-app

this app provides a web player instance that spotify users can use to play songs through the browser. it also provides information and analysis of the track data (ex. audio information).

demo

oauth2 login:

oauth2

transfer playback device, play song:

transferplayback

selecting playlists + songs, song data:

playlistselect

song data display:

datadisplay1 datadisplay2

Available Scripts

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser. The server is located on http://localhost:3001

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.