0.0.1 • Published 12 years ago

beanpoll-growl v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
12 years ago

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!" });
0.0.1

12 years ago