Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tex0gen committed Nov 3, 2020
1 parent 36c6507 commit 6ac7f41
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#Spotiset
# Spotiset

Search a DJ set and add the tracks that appeared in the selected set to a Spotify list.
This was built in a couple of days as a showcase application. The code needs a tidy.
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.
Automatically create a playlist based on the entire set or select individual tracks from the setlist to build your playlist from.

To run:

``cd spotiset``
``npm start``

Run new terminal for backend and run:

``cd spotiset-be``
``npm start``
``npm install``
``cd spotiset/backend``
``npm install``
``cd ../``
``npm start``

0 comments on commit 6ac7f41

Please sign in to comment.