GitXplorerGitXplorer
m

cctv-everywhere

public
53 stars
7 forks
0 issues

Commits

List of commits on branch master.
Unverified
583f8e157782bd6c97551c10266babde69a3577e

Update README.md

mmoklick committed 8 years ago
Unverified
3825158d9992e67e9e6d0e185250f9b6a6202a06

Update README.md

mmoklick committed 8 years ago
Unverified
31ba6b7089c821269f8cd8e29037b9ab74fc68fc

Update README.md

mmoklick committed 9 years ago
Unverified
ba86dfc2dcbd9b2ccb25a7013be5ba51f1456978

Update README.md

mmoklick committed 9 years ago
Unverified
30bc33f989792e5758b6520b05f693a59b14b9f3

Update README.md

mmoklick committed 9 years ago
Unverified
dbdffc4bbf3077489dff5785d05afafd76297c7c

Merge branch 'master' of github.com:moklick/cctv-everywhere

mmoklick committed 9 years ago

README

The README file for this repository.

CCTV Everywhere

A creepy CCTV Widget for your website. Demo: 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();
*/
const CCTV = require('cctv-everywhere');

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