notifico

Notifico NPM Package - Reports Events to IRC Channel

Usage no npm install needed!

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

README

NPM

Notifico

Notifico Reports Events to IRC Channel

Example Notifico Report:

First run npm install notifico to install the Notifico package to your system.

Now on Notifico, create a Plain Text Webhook and use it in place of the demo URL below

var Notifico = require('notifico');

Notifico.report('http://n.tkte.ch/h/4263/qj8OcI8YQI7eJ7dcShH-Hcat', 'Hello World!', function(res) {
    if (res == 'success') {
        // The bot should have said 'Hello World!' in the IRC channel
    }
});

This Package Is Under The GPL-3.0 License