Install
git clone https://github.com/rweigel/urlwatcher
npm install
Get either nodemailer.js
or sendmail.js
to work. Edit the files to include credentials and then execute with node
.
Configure
The two configuration files mentioned below have comments that describe the options.
- Modify
!!!!
entries in config fileconf/app-config.json
. - Edit
conf/example.json
.
Run
Tested on Node 6-16.
node urlwatcher.js
Test
The following runs a simulation and is not an actual unit test.
npm test