hall-monitor

0.0.1 • Public • Published

Install

YARN
yarn add hall-monitor
NPM
npm install --save hall-monitor

Example Usage

import HallMonitor from 'hall-monitor'


const clearMonitor = HallMonitor.register({
  interval: 10000,
  eventType: 'click',
  callback: () => { console.log('do a thing') },
});
Description of a register object
option purpose example
interval How often should a given callback trigger 10000
eventType Used to determine activity (Optional) 'click'
callback what will execute on the interval Any(Function)

Readme

Keywords

none

Package Sidebar

Install

npm i hall-monitor

Weekly Downloads

5

Version

0.0.1

License

ISC

Unpacked Size

180 kB

Total Files

19

Last publish

Collaborators

  • mattyice