Skip to content

ahead123/spotifyNext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotifyNext

spotify next 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-next 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

spotifyNext

Built With

License

This project is licensed under the MIT License

About

spotify api project using next.js, and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published