Aspen CLI plugin to fetch and store personal spotify data
npm install @aspen.cloud/plugin-spotifyAspen CLI plugin to fetch and store personal spotify data




* plugin-spotify
* Usage
* Commands
``sh-session`
$ 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
...
* 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_