Craners / mumble

mumble analysis your music taste and gives a complete overview
MIT License
0 stars 1 forks source link

Connect to Spotify track endpoint #25

Closed radualex closed 5 years ago

radualex commented 5 years ago

https://developer.spotify.com/documentation/web-api/reference/tracks/

GET /v1/audio-analysis/{id} - Get Audio Analysis for a track. (probably for mood) GET /v1/audio-features - Get Audio Features for several tracks. (probably for mood) GET /v1/tracks - Get Several Tracks (to connect the artists to genres) - We don't need this because we get the data in the last 50 songs endpoint

energy, danceability, valence, tempo

radualex commented 5 years ago

Blocked by #28