common-soundcloud
v1.1.0
Published
simple wrapper over the SoundCloud HTML5 Widget API
Downloads
4
Maintainers
Readme
common-soundcloud
simple wrapper over the SoundCloud HTML5 Widget API
Installation
$ npm install common-soundcloud
Usage
var SoundCloud = require('common-soundcloud');
var player = new SoundCloud('id-of-iframe');
player.on('ready', function() {
player.play();
});
License
MIT