/top-playlist

TopPlaylist for Spotify. Create Spotify playlists from the top tracks of your favourite artists!

Primary LanguageJavaScriptMIT LicenseMIT

Top Playlist for Spotify

Top Playlist allows you to easily create Spotify playlists from your chosen artists' top tracks.

Create your playlists here!

Originally I prototyped this in a day using Bootstrap and JQuery. The latest version uses React and MaterialUI.

Development

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.