Skip to content

troybetz/common-soundcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API wrapper for embedded SoundCloud widgets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published