@aspen.cloud/plugin-spotify

Aspen CLI plugin to fetch and store personal spotify data

Usage no npm install needed!

<script type="module">
  import aspenCloudPluginSpotify from 'https://cdn.skypack.dev/@aspen.cloud/plugin-spotify';
</script>

README

plugin-spotify

Aspen CLI plugin to fetch and store personal spotify data

oclif Version Downloads/week License

Usage

$ npm install -g @aspen.cloud/plugin-spotify
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@aspen.cloud/plugin-spotify/0.1.2 darwin-x64 node-v11.11.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example source:spotify

Download spotify data with Aspen.

USAGE
  $ oclif-example source:spotify

OPTIONS
  -p, --preview  Lets you preview the data for the resource.

EXAMPLE
  $ SPOTIFY_CLIENT_ID=your-client-id SPOTIFY_CLIENT_SECRET=your-client-secret aspen source:spotify

See code: src/commands/source/spotify.ts