Spice up your day with fun GIF based on your Spotify playlist mood!
https://giflyst.herokuapp.com/
-
Make sure you clone and follow installation guides for the backend. https://github.com/helloimela/giflyst-backend
-
For local development, change url in
src/Home.jsto listen to local backend.
<Button href='http://localhost:8888/' variant="success" className='btn-login'>Login to Spotify</Button>- It's ready now! Run
npm startand it will open the application in your browser in the addresshttp://localhost:3000/
This application is built using spotify web API library from https://github.com/jmperez/spotify-web-api-js . Go check his repository for the complete documentation available helper functions to access all Spotify's endpoint.
Follow this guideline to deploy react application to heroku https://blog.heroku.com/deploying-react-with-zero-configuration.
