Skip to content

ahead123/react-spotify

Repository files navigation

spotify-react

spotify react is an app that uses react, and the spotify web api to connect to spotify and make calls to the api to get user playlist data and search spotify for artists, albums, and tracks.

Installation

  1. Fork it!
  2. Install npm modules: cd react-spotify npm i
  3. Start webpack dev sever: npm start
  4. Your app should now be running on localhost:8080.

Deploying to Heroku

npm run build
heroku create
git push heroku master
heroku open

View a LIVE example of this app

spotifyReact

Built With

License

This project is licensed under the MIT License