common-soundcloud

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i common-soundcloud

Weekly Downloads

3

Version

1.1.0

License

MIT

Last publish

Collaborators

  • troybetz