growler
Send notifications to remote and local Growl clients using GNTP
Last updated 14 years ago by betamos .
Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install growler 
SYNC missed versions from official npm registry.

Node Growler

A Growl server for node.js which sends notifications to remote and local Growl clients using GNTP. Could for example be used to notify you when something happens on your node.js server, e.g. a user just logged in.

Installation

npm install growler

Dependencies

Usage

var growler = require('growler');
var myApp = new growler.GrowlApplication('Simple Growl App');
myApp.setNotifications({
  'Server Status': {}
});
myApp.register();
myApp.sendNotification('Server Status', {
  title: 'Node Growler online',
  text: 'Wasn\'t that hard was it?'
});

Also, check the examples directory.

Features

  • Custom notification icons
  • Send notifications to password protected clients over the network
  • Send encrypted notifications (not supported yet by Growl for OS X)

Author and license

Node Growler, Copyright 2011, Didrik Nordström

Dual licensed under the MIT or GPL Version 3 licenses.

Current Tags

  • 0.0.1                                ...           latest (14 years ago)

1 Versions

  • 0.0.1                                ...           14 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (1)
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |