1.0.1 • Published 9 years ago

notifico v1.0.1

Weekly downloads
5
License
GPL-3.0
Repository
github
Last release
9 years ago

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