Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/u-wave/u-wave-source-soundcloud

SoundCloud media source for üWave. Supports searching.
https://github.com/u-wave/u-wave-source-soundcloud

soundcloud u-wave u-wave-source

Last synced: 2 months ago
JSON representation

SoundCloud media source for üWave. Supports searching.

Awesome Lists containing this project

README

        

# üWave SoundCloud Media Source

A üWave media source for searching songs from SoundCloud.

## Installation

```
npm install --save u-wave-source-soundcloud
```

## Usage

```js
import uwave from 'u-wave-core';
import soundCloudSource from 'u-wave-source-soundcloud';

const uw = uwave({/* your config */});

uw.source('soundcloud', soundCloudSource, {
// Get an API key by registering an app here:
// http://soundcloud.com/you/apps
key: 'Your SoundCloud API Key',
});
```

## License

[MIT](./LICENSE)