Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/u-wave/u-wave-source-soundcloud
- Owner: u-wave
- License: mit
- Created: 2016-04-25T14:20:02.000Z (over 8 years ago)
- Default Branch: default
- Last Pushed: 2024-09-29T06:59:18.000Z (3 months ago)
- Last Synced: 2024-10-02T14:26:22.592Z (3 months ago)
- Topics: soundcloud, u-wave, u-wave-source
- Language: TypeScript
- Size: 166 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)