You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
example | 3 years ago | |
src | 3 years ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
.npmignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
package.json | 3 years ago |
README.md
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