0.1.0 • Published 8 years ago
rd-beholder v0.1.0
RD Beholder
The one who watches every move you make :eyes:
How to use
Install it from npm:
npm i -S rd-beholderThen 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
8 years ago