nleroy917 / spottydata-api

Backend and Web API for spottydata.com
MIT License
7 stars 0 forks source link

New Endpoint: <playlist_id>/analysis/tempo #10

Closed nleroy917 closed 4 years ago

nleroy917 commented 4 years ago

Create a new endpoint in the API to handle tempo analysis - similar to loudness or duration. The idea is that it will return a simple JSON object with bins and counts to create a psuedo-density plot.

Required Params: Spotify Playlist ID Number Headers: Authorization: Route: /analysis/tempo Return Type: JSON Object Format: {bins: , counts: }

Use Chart.JS line plots to visualize.

nleroy917 commented 4 years ago

Route created and fully tested with Heroku Deployment. Closing issue.