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

https://github.com/charlypoly/spotify-fetch-my-playlists

Allow you to get a JSON dump of your Spotify playlists
https://github.com/charlypoly/spotify-fetch-my-playlists

spotify spotify-playlist

Last synced: about 2 months ago
JSON representation

Allow you to get a JSON dump of your Spotify playlists

Awesome Lists containing this project

README

          

#### Backup your Spotify playlists

##### First, edit `index.ts`

Set proper accessToken.

##### Build and run

```
npm i
tsc
node dist/index.js
```