An open API service indexing awesome lists of open source software.

https://github.com/awernick/spotifork

Quickly and easily fork Spotify playlists
https://github.com/awernick/spotifork

forking spotify spotify-api spotify-playlist

Last synced: about 2 months ago
JSON representation

Quickly and easily fork Spotify playlists

Awesome Lists containing this project

README

          

# Spotifork - Spotify Playlist Forker
[![npm](https://img.shields.io/npm/v/spotifork-node.svg)](https://www.npmjs.com/package/spotifork-node)

## Install
```
npm install spotifork-node --global
```

## Usage
```
spotifork -h

Usage: spotifork [options]

Options:

-h, --help Output usage information
-V, --version Output the version number
-a, --access-token Spotify Web API access token
-p, --public Create all forks as public

```
*Note*: Spotify URIs can be found using the Spotify desktop client for
OSX/Windows/Linux. If you don't have access to the client, you can format
a uri by following this format:

```
spotify:user:{PLAYLIST OWNER}:playlist:{PLAYLIST ID}
```

## Purpose
1. I hate losing cool songs when playlist owners decided to remove them
2. I get to keep a snapshot of any playlist at any time I want
3. Working with API's is fun.
4. Spotify is great

## Contributions
All contributions are welcome and appreciated :) Open a PR or an issue if you
find something wrong with my implementation or if you have any suggestions about
performance / features / etc...