1.1.1 • Published 6 years ago

web-monitoring-app v1.1.1

Weekly downloads
18
License
SEE LICENSE IN LI...
Repository
github
Last release
6 years ago

web-monitoring-app

Standard - JavaScript Style Guide

Web-monitoring-app is a small web page monitoring written in node.js, you can monitor changing of a web page. Compatible with Node v8.4.0 and above. it uses repo web-monitoring

How to install

npm install web-monitoring-app -g

Use application

If you want to monitor a page with alert on terminal, use:

web-monitoring-app http://google.com

if you want to receive alert on email, use:

web-monitoring-app http://google.com -e myname@host.com passwordmyname myname@host.com

Below are more specific options

web-monitoring-app [uri] -l [lapse of control] -p [percentage of page changing] -t [number of test for calculate automatic percentage of page changing] -e [email sender] [password sender] [email receiver]
web-monitoring-app http://google.com -l 5000 -p 0.1
or 
web-monitoring-app http://google.com -l 5000 -p 0.1 -e myname@host.com passwordmyname myname@host.com
or
web-monitoring-app http://google.com -l 5000 -p 0.1 -e myname@host.com passwordmyname myname@host.com -loop
Without command -loop, the program stop at first page change

I recommend setting manually percentage of page change with dynamic pages, 0 is the minimum value, 1 is the maximum value

web-monitoring-app http://google.com -p 0.2

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details