Skip to content

This app uses Spotify api to retrieve todays top hits playlist and track features. It displays the playlist in a cover flow slideshow style and the track features in a radar chart.

Notifications You must be signed in to change notification settings

dagmawig/spotify-todays-top-hits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Today's Top Hits App

This app uses spotify api to retrieve todays top hits tracks and displays them in a cover flow slideshow style. Each track has a popularity flame the color of which ranges from green to red based on the spotify's popularity rating of the track that ranges from 0-100.

Underneath the track slideshow there is a radar chart that uses the track's features such as danceability, liveness etc.. and shows that in the chart for the active track in the slideshow.

Server side

Server side code is located at https://glitch.com/edit/#!/spotifytophits?path=server.js

Services and Functions Used

I used axios method to make https request to server side I used glitch.com to host server code. I used useState hook to manage app state.

Backend

Backend git commits located at https://github.com/dagmawig/spotify-todays-top-hits-backend

About

This app uses Spotify api to retrieve todays top hits playlist and track features. It displays the playlist in a cover flow slideshow style and the track features in a radar chart.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published