Gathers Newport News Police Open Data for syndication to Socrata. This is currently a prototype as a potential solution to NDoCH-207 Issue #5
Crime data from Newport News is published online as downloadable CSV. Syndicating into Socrata would make it more accessible.
- Cron jobs configured
- API routes are guarded by a secret key
- API route starts all cron jobs
- API route stops all cron jobs
- API route stops specific cron jobs
- API route starts specific cron jobs
- Help page available with api root/key
- Write fetcher for cron jobs to fire off and grab CSV data
- Parse data for Socrata syndication
- Hash files to verify new data
- Clean up API responses with Pug templates
- Write unit tests
- Write logging
- test functionality