u-wave-source-soundcloud

2.0.4 • Public • Published

üWave SoundCloud Media Source

A üWave media source for searching songs from SoundCloud.

Installation

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

Usage

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

Package Sidebar

Install

npm i u-wave-source-soundcloud

Weekly Downloads

13

Version

2.0.4

License

MIT

Unpacked Size

203 kB

Total Files

26

Last publish

Collaborators

  • waf
  • goto-bus-stop