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
API wrapper for embedded SoundCloud widgets
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
API wrapper for embedded SoundCloud widgets
http://troybetz.com/common-soundcloud/
MIT License