atraxi

HTTP monitoring with telegram bot notification

Usage no npm install needed!

<script type="module">
  import atraxi from 'https://cdn.skypack.dev/atraxi';
</script>

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)

License

MIT