atraxi
v0.0.3
Published
HTTP monitoring with telegram bot notification
Downloads
1
Readme
atraxi
HTTP monitoring with telegram bot notification
Usage:
var Atraxi=require('atraxi');
new Atraxi('telegram-bot-token')
.check([
'http://example.com'
'http://example.org/test'
])
.notify([1234, 2345]) // Telegram user or group IDs
.every(30); // every 30 seconds (default = 180s)