Let this app reorganize a Spotify playlist for you, based on its songs' danceability scores.
Live at groove.pub ↗
When I found out that Spotify scores the "danceability" of songs, I wanted to create an app that would organize my songs by their danceability.
It uses a series of functions to plot songs along a two-peaked sine wave by their danceability scores (shout-out to my partner for giving me a boost with this).
Eventually, this app will let you define the type of wave you want your playlist to follow, and it will organize a playlist accordingly.
Revamping the project from the first attempt. I got confused about how to publish the site and wanted to restart and KISS.
Also need to get a grip on what the Spotify API's Authorization ↗ process is doing.
An overview of the tools I used for this project. I'm trying to keep it simple for now so I'm clear on what each piece is doing.
- HTML
- CSS
- JavaScript
- Homebrew
- Git
- Visual Studio Code
- Porkbun Hosting
- FileZilla FTP
- Node.js
- NPM
- Spotify API ↗
And thanks to MDN Web Docs ↗ for helping me learn.