-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`` |