uptimerobot
Node API client and CLI for UptimeRobot
Node wrapper over the UptimeRobot API.
Installation
npm install --save uptimerobot
Usage
const uptimerobot = const urls = 'http://example.com' 'http://two.example.com'const config = apiToken: // some token uptimerobot
CLI
uptimerobot -h#=> uptimerobot [command] [url [url...]] uptimerobot monitor http://example.com http://google.com#=> JSON result
Author
© 2016 Tom Vincent git@tlvince.com (https://tlvince.com)
License
Released under the MIT license.