1.0.5 • Published 7 years ago

webwatch v1.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

webwatch

Watch webpages for changes.

npm install -g webwatch

Uses 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=Google

configuring pushover

webwatch --cfg --notification=pushover --app=<app key> --user=<user key>

running detection

webwatch

scheduling

use your operating system scheduling mechanism, such as crontab on unix-like systems.