simple wrapper over the SoundCloud HTML5 Widget API
$ npm install common-soundcloud
var SoundCloud = require('common-soundcloud');
var player = new SoundCloud('id-of-iframe');
player.on('ready', function() {
player.play();
});MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|