brockzilla / lookoutstl

A little service that monitors the St. Louis Police Department's call log and notifies residents who live nearby.

Home Page:http://lookoutstl.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Look Out, STL!

A little service that monitors the St. Louis Police Department's call log: http://www.slmpd.org/cfs.aspx

When a call is logged, we match it to city residents who live nearby, sending each an email notification.

See FAQ: http://lookoutstl.com/faq/

The important bits:

  • SLMPDWebScraper contains logic for parsing the SLMPD's published call log.
  • CitizenNotifier contains logic for finding nearby residents and letting them know about the incident.
  • LookoutAPI is the RESTful API used by the front-end.
  • data-model.md explains the data model and includes table creation SQL.

About

A little service that monitors the St. Louis Police Department's call log and notifies residents who live nearby.

http://lookoutstl.com/

License:GNU General Public License v3.0


Languages

Language:Java 74.8%Language:HTML 20.3%Language:CSS 4.9%