Listen to your heart, literally!
A custom Spotify Web App that generates a playlist based on a given heartbeat. Built on Javascript, Boostrap and Spotify's amazing Web API.
-
Download or clone git repo
git clone https://github.com/dchenmei/match-my-beat.git
-
Navigate into the main directory
cd match-my-beat/match-my-beat
-
Set Up Test Server (feel free to serve with other tools but must be at 8000)
python -m SimpleHTTPServer 8000
-
Fire up your favorite browser and navigate to
localhost:8000
-
Select desired bpm, anywhere from 50 to 200.
-
Hit generate and login / authorize.
-
After creation is finished, you can find it in your Spotify Library.
-
Enjoy!
In no particular order:
To contribute, feel free to create issues or start a pull request with suggested changes!