App allows a user to be notified via e-mail when a website they wish to track has been updated. Updates are currently monitored via periodic HEAD requests to specified urls, and checking for updates of etag or last-modified headers.
This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2021-03-01 19:53:28 +00:00
res Initial commit 2021-02-28 00:57:28 -08:00
server Initial commit 2021-02-28 00:57:28 -08:00
README.md Update README.md 2021-03-01 19:53:28 +00:00

This web app allows a user to be notified via e-mail when a website they wish to track has been updated. Updates are currently monitored via periodic HEAD requests to specified urls, and checking for updates of etag or last-modified headers. Future versions of this application will perform more sophisticated checks of the web page.

Deployers of this application will also need to supply access to an SMTP server for e-mail notifications and should implement SSL for secure authenication.