Skip to content

vitorzerbeto/ifood-frontend-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotifood

An application for food and music lovers, so you can listen to the best playlists while enjoying the best of food

Installing

To use the app, clone this in to your desktop and use yarn or npm to install the dependenses:

yarn i

Refresh Token

The application uses the Spotify API to work. To perform the query, you need a token generated by Spotify, which has a life time of one hour.

To auto-generate the token, I built an application in NodeJS to accomplish this task for us. It's called Spotify Refresh Token. All information required to run the application is in the application repository

The only thing necessary is to leave the server running. After that, we are good to go.

Start app

After install the dependenses and start the Spotify Refresh Token server, just run the commnad bellow to start the application:

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.0%
  • CSS 15.5%
  • HTML 3.5%