1.0.5 • Published 5 years ago

issues-alert v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago