Top Playlist allows you to easily create Spotify playlists from your chosen artists' top tracks.
Originally I prototyped this in a day using Bootstrap and JQuery. The latest version uses React and MaterialUI.
To set up a developer environment, first, clone this repo. Then make sure you have yarn (npm install -g yarn
).
Run yarn
to install packages.
Copy the .env.template
file and name the copy .env
. Fill this file with the required constants.
Then to start, run yarn start
.