0.1.3 • Published 11 years ago

stream-mailer v0.1.3

Weekly downloads
7
License
-
Repository
github
Last release
11 years ago

stream-mailer

Send an email when a regex pattern appear in a stream

Install

npm install stream-mailer

Configure pattern to search for and Email credentials (config.js)

cp config.example.js config.js

Usage

According to config.js, we will find all "hello kitty" strings in any logs files in .weechat folder and send email to kitty@gmail.com

tail .weechat/logs/* | node server.js

Run as daemon

forever start -c sh bin/start-production.sh
0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago