web-monitoring-app

1.1.1 • Public • Published

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

Package Sidebar

Install

npm i web-monitoring-app

Weekly Downloads

0

Version

1.1.1

License

SEE LICENSE IN LICENSE

Unpacked Size

8.65 kB

Total Files

6

Last publish

Collaborators

  • antoniomuso