Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 319 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 319 Bytes

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