Besides simple metadata, such as the artist and name of a track, Spotify also offers song analysis data through their API: so called audio features and audio analysis. This tool gives you a quick overview of a subset (for now) of this data by letting you paste or drag in a Spotify link to a track, album or playlist.
See in action at: https://spotify.anoesjsadraee.com/
- Get easy insight in audio features of Spotify content.
 - Understand trends and movements by easily finding similar tracks.
 - Find recommendations by up to 5 seed tracks/artists/genres and refine results by audio features.
 
- Feel free to fork and submit PRs
 - Please use 
pnpm, notnpm(install at https://github.com/pnpm/pnpm#install) pnpm i- Run 
pnpm run serveto serve app locally - Run 
pnpm run compileto compile app to /dist - To debug on production: 
localStorage.setItem('debug', true)+ refresh page