/urlwatcher

Watch and check URLs with logging, visualizing, and email alerts

Primary LanguageJavaScript

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.

  1. Modify !!!! entries in config file conf/app-config.json.
  2. 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