Compás is a web application which helps users find their favorite rhythm! Olé!:dancer:
- You can search for your favorite musician and learn their top 10 tracks on Spotify
- You can listen to a song on the browser or you can play the song on Spotify by clicking the logo
- Install node and npm
- To get started, go to Spotify for Developers website to obtain the API authorization
- Run
npm install
in terminal - Open two terminals. Run
npm dev
for front-end andnpm start
for backend side - Open http://localhost:5678 to view this app in your browser