Spotifork interfaces with the Spotify API, and makes it possible to copy other users' playlists to your own Spotify account, so that you can edit them. It also allows you to merge multiple other playlists into a single playlist on your account. You can use Spotifork at spotifork.com!
git clone git@github.com:TheAtomicGoose/spotifork
cd spotifork
npm install
cp lib/creds.example.json lib/creds.json
, then edit clientId
and clientSecret
to your own clientId
and clientSecret
, which can be created at the Spotify Developer portal.
npm start
- Go to localhost:8888
- Fork away!