connect-notifo

0.0.1 • Public • Published

connect-notifo

Get notifo alerts when people visit your site.

Installation

Via npm:

$ npm install connect-notifo

Example usage:

var Prowl = require('prowl');
var prowlApiKey = 'yourApiKey';

// Send uncaught exceptions to your iPhone.
var notification = new Prowl.connection(prowlApiKey);
process.addListener("uncaughtException", function (exception) {
    notification.send({
        'application': 'My node.js app',
        'event': 'uncaughtException - '+exception.message,
        'description': exception.stack
    });
});

Readme

Keywords

none

Package Sidebar

Install

npm i connect-notifo

Weekly Downloads

3

Version

0.0.1

License

none

Last publish

Collaborators

  • mape