Skip to content

troybetz/common-vimeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

common-vimeo

simple wrapper over the Vimeo JavaScript API

Installation

$ npm install common-vimeo

Usage

var Vimeo = require('common-vimeo');
var player = new Vimeo('id-of-iframe');

player.on('ready', function() {
  player.play();
});

License

MIT