beanpoll-growl

0.0.1 • Public • Published

Growl notifications for your beanpole-based app

Requirements

  • growlnotify

How easy is it to implement?

  1. In your app directory

       npm install bean.notify.growl
    
  2. In your app

   
var beanie = require('beanie').loader();
 
 
beanie.
require('beanpoll-growl').
load();
 
beanie.router.push("user/notification", { message: "hello!" });
 

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i beanpoll-growl

    Weekly Downloads

    0

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • architectd
    • crcn