Socket
Socket
Sign inDemoInstall

growler

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    growler

Send notifications to remote and local Growl clients using GNTP


Version published
Weekly downloads
28
decreased by-20%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

  • node.js >= 0.6
  • Underscore.js >=1.1.5

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.

Keywords

FAQs

Last updated on 25 Nov 2011

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc