Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eddiekaiger/web-notifyer

A small Node.js program that will check for any updates on a static web page every few seconds.
https://github.com/eddiekaiger/web-notifyer

Last synced: 30 days ago
JSON representation

A small Node.js program that will check for any updates on a static web page every few seconds.

Awesome Lists containing this project

README

        

This is a small Node.js program you can run if you're ever eager to see an update on a static web page.

**Preparation**:

`npm install --save node-notifier`

`npm install request`

**Run**:

`node notifyer.js`

You'll get a native notification once any changes are seen on the web page.