0.0.1 • Published 6 years ago

@cloud-archiver/spotify v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

cloud archiver

Cloud archiver helps you to backup data from different cloud services. This plugins is intend to work with spotify.

setup

Install the plugin into your cloud archiver configuration directory.

$ npm install --save @cloud-archiver/spotify

Edit your configuration to load the plugin and set your developer keys.

plugins: [
// ...
  require('@cloud-archiver/spotify')
// ...
]

spotify: {
  key: '...',
  secret: '...'
}

To backup any private playlists you will need to authenticate yourself.

$ node_modules/.bin/cloud-archiver spotify:auth

After you vist the link printed by this command and log into your spotify account all api requests will be done as your account.