1.0.5 • Published 9 years ago
webwatch v1.0.5
webwatch
Watch webpages for changes.
npm install -g webwatchUses Cheerio to parse HTML and jsdiff to generate diffs.
Supported notification mechanisms
usage
adding url
webwatch --add --url=http://www.google.com --name=Google --selector="#viewport"removing url
webwatch --remove --name=Googleconfiguring pushover
webwatch --cfg --notification=pushover --app=<app key> --user=<user key>running detection
webwatchscheduling
use your operating system scheduling mechanism, such as crontab on unix-like systems.