Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 424 Bytes

Spotiset

Search for an artist or a DJ set and select the setlist you are looking for. Spotiset will automatically grab those tracks from Spotify if they exist on the platform. Spotiset will let you create a playlist based on the entire set or select individual tracks from the setlist to build your playlist.

To run:

cd spotiset

npm install

cd spotiset/backend

npm install

cd ../

npm start