Skip to content

AndyLnd/cctv-everywhere

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cctv-everywhere

A creepy CCTV Widget for your website. http://moklick.github.io/cctv-everywhere/

Installation

$ npm install --save cctv-everywhere

Usage

    /**
    * Starts the cctv camera at the position and in the color of your choice.
    * For the lazy: Just do cctv.watch();
    */
    var cctv = require('cctv-everywhere');

    cctv.watch({
      side : 'left', // default : left
      top : '50px',  // default : 75px
      color : 'rgba(0,0,0,.8)' // default : #303030
    });
    

About

A creepy CCTV Widget for your website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%