Spotify-Favorites is a react app that connects to the Spotify Web API to fetch the users favorite tracks across various time intervals. A live demo can be seen here: https://spotify-favourites.herokuapp.com
- Clone or fork the repo.
- Install npm modules inside the project directory with
npm install
- Start the webpack dev server with
npm start
- Go to http://localhost:8080