@cloud-archiver/spotify

0.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @cloud-archiver/spotify

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

4.79 kB

Total Files

3

Last publish

Collaborators

  • mawalu