rroll

1.0.1 • Public • Published

rroll

Render rickroll page. Demo.

usage

var roll = require('rroll');
roll();

You can also specify dimensions of video player (in pixels):

var roll = require('rroll');
roll({
  width: 640,
  height: 480
});

Finally you can also set page title:

var roll = require('rroll');
roll({
  width: 640,
  height: 480,
  title: 'My awesome page'
});

install

With npm do:

npm install rroll

license

Code is licensed under MIT. The video is served from YouTube and belongs to the publisher.

Readme

Keywords

Package Sidebar

Install

npm i rroll

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • anvaka