Skip to content

A react app that calls to the Spotify API and compares two playlists.

Notifications You must be signed in to change notification settings

ryancanavan/Spotify-Compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is project using a React front-end that will allow users to make calls to the Spotify API to compare Spotify playlists. Follow the steps below to setup the project:

  1. Navigate to the Spotify-Compare directory
  2. Rename the config.json.example file to config.json
  3. Replace the variables in config.json with the ones for your project which you can get from the Spotify Developer Portal
  4. Run npm install
  5. Run cd client
  6. Run npm install
  7. Run npm run build
  8. Run cd ..
  9. Run node server.js
  10. Open localhost:3001 in your browser

About

A react app that calls to the Spotify API and compares two playlists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published