https://github.com/aspen-cloud/plugin-spotify
Spotify plugin for Aspen. Download your saved tracks, playlists and/or albums.
https://github.com/aspen-cloud/plugin-spotify
Last synced: 9 days ago
JSON representation
Spotify plugin for Aspen. Download your saved tracks, playlists and/or albums.
- Host: GitHub
- URL: https://github.com/aspen-cloud/plugin-spotify
- Owner: aspen-cloud
- Created: 2020-03-04T02:57:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:32:27.000Z (over 3 years ago)
- Last Synced: 2026-04-23T06:00:06.089Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plugin-spotify
Aspen CLI plugin to fetch and store personal spotify data
[](https://oclif.io)
[](https://www.npmjs.com/package/@aspen.cloud/plugin-spotify)
[](https://www.npmjs.com/package/@aspen.cloud/plugin-spotify)
[](https://github.com/aspen-cloud/plugin-spotify/blob/master/package.json)
* [plugin-spotify](#plugin-spotify)
* [Usage](#usage)
* [Commands](#commands)
# Usage
```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.1 darwin-x64 node-v11.11.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
```
# Commands
* [`oclif-example source:spotify`](#oclif-example-sourcespotify)
## `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](https://github.com/aspen-cloud/plugin-spotify/blob/v0.1.1/src/commands/source/spotify.ts)_