1.0.2 • Published 10 years ago

noder-eventemitter2 v1.0.2

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

noder-eventemitter2

Actual version published on NPM

Plugin for Noder.io that provides the module eventemitter2 in the API (noder object) and/or $di container.

Install

npm install --save noder-eventemitter2

Usage

noder.use('noder-eventemitter2')

To add eventemitter2 in your API

noder.$di.get('EventEmitterFactory');

// now, your API is an event emitter
noder.emit('event')

To add eventemitter2 in the $di container

noder.$di.get('EventEmitterDiFactory');

// now, your $di container is an event emitter
noder.$di.emit('event')

See the doc of eventemitter2 :blue_book:

Unit Tests

This plugin is fully tested with Unit.js and Mocha.

License

MIT (c) 2013, Nicolas Tallefourtane.

Author

Nicolas Tallefourtane - Nicolab.net
Nicolas Talle
Make a donation via Paypal