1.1.0 • Published 9 years ago

common-soundcloud v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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