common-media

1.0.0 • Public • Published

common-media

common interface for YouTube, SoundCloud, and Vimeo players

Installation

$ npm install common-media

Usage

var Media = require('common-media');
 
var embed = new Media('http://www.youtube.com/watch?v=iEe_eraFWWs', 'container-id');
embed.play();
 
embed.on('end', function() {
  embed.load('https://soundcloud.com/hucci/hitta');
});

License

MIT

Package Sidebar

Install

npm i common-media

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • troybetz