Live App Notification System using Service Plugins
 
 
Go to file
David Kebler 5f0532f8aa 0.1.5 add no email send, get service can return all service, added getServicesList to get just names 2020-07-26 16:44:18 -07:00
example 0.1.5 add no email send, get service can return all service, added getServicesList to get just names 2020-07-26 16:44:18 -07:00
src 0.1.5 add no email send, get service can return all service, added getServicesList to get just names 2020-07-26 16:44:18 -07:00
.eslintrc.js 0.1.3 basic working version with example using two service plugins (email and pushsafer) 2020-07-16 12:43:35 -07:00
.gitignore 0.1.3 basic working version with example using two service plugins (email and pushsafer) 2020-07-16 12:43:35 -07:00
.npmignore 0.1.3 basic working version with example using two service plugins (email and pushsafer) 2020-07-16 12:43:35 -07:00
LICENSE 0.1.3 basic working version with example using two service plugins (email and pushsafer) 2020-07-16 12:43:35 -07:00
README.md 0.1.3 basic working version with example using two service plugins (email and pushsafer) 2020-07-16 12:43:35 -07:00
package.json 0.1.5 add no email send, get service can return all service, added getServicesList to get just names 2020-07-26 16:44:18 -07:00

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

Usage