Skip to content

smartchicago/311-fm-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chicago Works For You

Chicago Works For You is a collection of tools to track and compare 311 requests in Chicago.

This project is a fork of the awesome 311.fm application designed and built by Code for America developers Jesse Bounds, Angel Kittiyachavalit, and Mick Thompson.

Technical Details

The core application is a node.js app built on the Backbone Boilerplate framework.

The application queries a data API for ward comparison statistics. Code for the data API is hosted in the smartchicago/311-fm-data repository. The API operates at http://chicagoworks-api.herokuapp.com/.

To run the server locally, run:

npm install -g
bbb server

The application will boot and be available at http://localhost:8000/, and query the production API endpoint.

Contributing

Pull requests, issue reports, and suggestions are welcome. The project is supported by the Smart Chicago Collaborative.

About

A tool to track, analyze, and compare 311 requests across the city of Chicago.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.3%
  • CSS 25.7%