2.0.4 • Published 1 year ago

u-wave-source-soundcloud v2.0.4

Weekly downloads
133
License
MIT
Repository
github
Last release
1 year ago

ü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

2.0.4

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

4 years ago

2.0.0-alpha.1

4 years ago

2.0.0-alpha.0

4 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago