uci-utils-notify/README.md

14 lines
386 B
Markdown
Raw Permalink Normal View History

# UCI Notify
A live application notification system supporting notificaiton service plugins
## Quick Example App
* clone this repo
* cd to example folder
* `npm install` the pushsafter plugin and the email plugin (support smtp from gmail or aws/ses) will be loaded
* modify options of the two services and choose some default message to send by uncommenting
* `npm start`
## Usage