nleroy917 / spottydata-api

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

New Endpoint: <playlist_id>/analysis/popularity #12

Closed nleroy917 closed 4 years ago

nleroy917 commented 4 years ago

Create a new API endpoint to analyze the popularity of songs in a playlist either a.) over time/course of playlist, or b.) as a distribution/density function similar to loudness or duration or tempo.

Required Params: Spotify Playlist ID Number Headers: Authorization: <access_token> Route: <playlist_id>/analysis/lyrics Return Type: JSON Object Format: {word1: 40, word2: 19, word3: 87, ... }

The data can be visualized with Charts.JS as a line chart to display the data.

nleroy917 commented 4 years ago

No longer in development - efficiency/performance issues dictate all analysis stays within one route