An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# plugin-spotify

Aspen CLI plugin to fetch and store personal spotify data

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/plugin-spotify.svg)](https://www.npmjs.com/package/@aspen.cloud/plugin-spotify)
[![Downloads/week](https://img.shields.io/npm/dw/plugin-spotify.svg)](https://www.npmjs.com/package/@aspen.cloud/plugin-spotify)
[![License](https://img.shields.io/npm/l/plugin-spotify.svg)](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)_