0.1.0 • Published 6 years ago

rd-beholder v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

RD Beholder

The one who watches every move you make :eyes:

How to use

Install it from npm:

npm i -S rd-beholder

Then require it from your main js script:

const beholder = require('rd-beholder')
beholder.serviceUrl('<your service gatherer url>')

If you have es6 support you can use the import syntax:

import beholder from 'rd-beholder'
beholder.serviceUrl('<your service gatherer url>')

Now you have to set the service url

That's it. Every location change will be now sent to the service configured.

0.1.0

6 years ago