0.0.2 • Published 7 years ago

gitemitter v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

eventemitter

This is an in-progress attempt to create a nodejs based eventemitter library that can also listen to namespaced events such as aaa.bbb or aaa.*.

Installations

TODO: add bower link

Example

Pre-requisites

Steps

  • git clone https://github.com/rishabhmhjn/eventemitter.git
  • cd eventemitter && bower install
  • Open examples/index.html

TODO

  • Add the following methods
    • off
    • once
    • removeAllListeners
  • Add to @bower