ipfob-setter
v1.0.6
Published
Set an alarm controlled by ipfob/H&R Alarms
Downloads
6
Readme
ipfob-setter
Set an alarm controlled by ipfob/H&R Alarms
Initial Setup
- First download a proper selenium driver for how the application will log in
- E.g. you can use
- Set the environment settings variables for:
- IPFOB_USERNAME
- IPFOB_PASSWORD
- (Optional) SELENIUM_BROWSER (default is firefox)
Running application
To Run, simply install the npm package
npm install ipfob-setter
Usage
To set your alarm, run the following:
var ipfob = require('ipfob-setter');
ipfob.setAway();