Update README.md

This commit is contained in:
David Westgate 2021-03-02 23:57:44 +00:00
parent aded4f9afb
commit d1f33b7110

View File

@ -1,5 +1,11 @@
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. 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.
to install dependencies:
cd server
npm i
to run:
npm run prod
Deployers of this application will also need to supply access to an SMTP server in config.js for e-mail notifications, and should implement SSL for secure authenication. Deployers of this application will also need to supply access to an SMTP server in config.js for e-mail notifications, and should implement SSL for secure authenication.
Future updates will include: Future updates will include: