Get list of your favorite artist's songs sorted by BPM(Beats Per Minute)
Tiny app to get list of your favorite artist’s songs sorted by BPM(Beats Per Minute).
https://spotify-bpm.vercel.app/
Full PWA support.
clone.
git clone git@github.com:IYA-UFO/spotify-bpm.git
Add /.env.
SPOTIFY_CLIENT_ID=<your client id of spotify web api>
SPOTIFY_CLIENT_SECRET=<your client secret of spotify web api>
run.
npm install
npm run dev
me