Cookies? Oldschool!! I use CCTV cameras to track my users!
And YOU can do the same with this creepy CCTV widget.
/**
* Starts the cctv camera at the position and in the color of your choice.
* For the lazy: Just do cctv.watch();
*
* Installation:
* npm install --save cctv-everywhere
*/
const CCTV = require('cctv-everywhere');
CCTV.watch({
side: 'left', // default 'left'
top: '50px', // default '75px'
color: 'rgba(0,0,0,.8)' // default '#303030'
});
★ Download CCTV Everywhere ★