Update README.md

This commit is contained in:
jody 2025-03-21 18:20:04 -04:00
parent f5f64e1ff9
commit bccca3a9ae

View File

@ -1,6 +1,5 @@
# README #
Private repository for server code of diesel generator alert monitor project.
Alert Monitor receives POST requests from a Particle.io webhook (requests that originate from Particle Core devices) and stores them in a SQLite DB.
A basic web interface to view stored messages is provided.
Emails are sent from alertmonitorfl@gmail.com if alerts are received by server.
Node.js server for diesel generator alert monitor project.
Alert Monitor receives POST requests from a Particle.io webhook (requests that originate from Particle Core devices) and stores them in a PostgreSQL DB.
A basic web interface to view stored messages and email alerts are included.