1.0.5 • Published 6 years ago

issues-alert v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

issues-alert

Alert's Issues From nodeJS NPM Module

Example:

var index = require('issues-alert')({ "autoStart": true, "report": { "listenning": true, "email": { "status": true, "to": "", "cc": "", "bcc": "", "template": "__dirname + '/../template/mail.ejs'", "config": { "host": "", "port": 587, "secure": false, "auth": { "user": "", "pass": "" } }, "_options": {} } } });

index.on('error', function (data) { console.log(data); });

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago