spotify-export

0.1.1 • Public • Published

Spotify Playlist Export

Setup

Create a .env file containing:

SPOTIFY_CLIENT_ID='YOUR_ID'
SPOTIFY_CLIENT_SECRET='YOUR_SECRET'

You need to create a Spotify app to get those.

Create a spotify-export.config.json file containing your playlist names and the export file destinations:

{
  "playlists": [
    ["1234567890", "data/my-playlist.json"]
  ]
}

Run:

npx spotify-export

Only works on public playlists.

Package Sidebar

Install

npm i spotify-export

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

3.78 kB

Total Files

4

Last publish

Collaborators

  • verekia