Go to file
2015-07-21 13:46:06 -04:00
views Add more space between device name link and button on index; add edit button to core.hbs. 2015-07-20 13:28:53 -04:00
.gitignore Ignore node_modules and db dirs 2015-07-08 13:00:45 -04:00
Dockerfile Basic SQLite functionality; writing JSON into DB table 2015-06-21 14:04:07 -04:00
package.json Basic/working version of device name and location editing, relates to issue #16. 2015-07-18 15:13:10 -04:00
README.md README.md edited online with Bitbucket 2015-07-15 16:58:37 +00:00
server.js Remove double-quotes from all prev published_at values in DB; now that new published_at values no longer stored with double-quotes, ugly incantation of moment.js no longer needed and warning message in log is avoided; closes issue #13 2015-07-21 13:46:06 -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.