Go to file
2015-10-07 10:52:52 -04:00
views Fix casing in field names in index.hbs; improve node-dev container workflow. 2015-10-06 14:27:17 -04:00
.gitignore Fix casing in field names in index.hbs; improve node-dev container workflow. 2015-10-06 14:27:17 -04:00
alertmonUtils.js Interim commit, email code in a good spot if untested; back to alert row highlighting now that server not running in production mode (and thus not showimg template changes due to caching). 2015-08-07 11:20:22 -04:00
Dockerfile Fix COPY of .vimrc, today I learned that /root is the root users home dir. 2015-10-07 10:52:52 -04:00
package.json Start conversion to postgresql; got connection to pg database without error linking alertmon-dev contianer to pg container. 2015-10-03 18:42:28 -04:00
README.md README.md edited online with Bitbucket 2015-07-15 16:58:37 +00:00
server.js Replace GET / with postgres code, had to account for all lower-case object naming in postgres, so column names in view/index.hbs had to match also. 2015-10-05 21:44:03 -04:00

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.