Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.08 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.08 KB

uptimerobot-node-client

NPM Version Build Status Package downloads

var UptimeRobotClient = require('uptimerobot-client');

var client = new UptimeRobotClient('apikey');

client.getMonitors({
    logs: true,
    alertContacts: true,
    responseTimes: false,
    responseTimesAverage: 180,
    monitors: [15830, 32696],
    customUptimeRatio: 30
}, function(err, response) {
    // The response will be the javascript object
});

Installation

$ npm install uptimerobot-client

Running Tests

To run the test suite, first invoke the following command within the repo, installing the development dependencies:

$ npm install

Then run the tests:

$ npm test

License

MIT