This daft wee project lets you input your birthday and it tells you all the number 1 songs on that day since you were born.
From there you can turn it into a Spotify playlist to listen to them all!
You can try it out at http://birthday-number-ones.ashworthdigital.com or clone the repo and run it yourself.
- Clone the repo
- Run
npm install
- Rename the
.env.example
file to.env
and populate at least theSESSION_SECRET
value - Run it with
npm run start
- Navigate to
http://localhost:3002
- Enjoy!