Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eddiekaiger/web-notifyer
- Owner: eddiekaiger
- Created: 2014-12-19T07:35:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T09:28:40.000Z (almost 10 years ago)
- Last Synced: 2023-03-22T19:07:09.639Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.