david-casagrande / common-soundcloud

API wrapper for embedded SoundCloud widgets

Home Page:http://troybetz.com/common-soundcloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://troybetz.com/common-soundcloud/

License:MIT License


Languages

Language:JavaScript 69.7%Language:CSS 15.3%Language:HTML 12.3%Language:Makefile 2.7%