Skip to content

A simple CLI application to monitor for changes on a webpage and notify recipients by phone or email.

Notifications You must be signed in to change notification settings

trevorstenson/Webpage-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpage Monitor

Command line interface app that monitors for changes on a given webpage and notifies the desired recipients using either phone or email.

Installation

You need Node installed on your local machine.

  1. Clone this repository
  2. Type this into the command line to install required dependencies: npm install

Usage

Run the program using:

Command:
  $ monitor [OPTIONS]

Example:
  $ monitor https://github.com/ --phone +12345678901

Options:
  -p --phone           Send a text to the given phone number when a change is detected
  -e --email           Send an email to the given email address when a change is detected

About

A simple CLI application to monitor for changes on a webpage and notify recipients by phone or email.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published