Skip to content

An example app for using the City of Chicago's data portal

Notifications You must be signed in to change notification settings

smartchicago/wasmycartowed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Was My Car Towed?

This repository serves as an introduction to programming with the City of Chicago's data portal. It uses Windy, a Ruby library that provides a simple interface to querying Socrata datasets, and Sinatra an easy-to-follow framework for creating websites.

Development

Assuming that you having Ruby, Bundler, and Git installed:

# Clone the repository to your computer
git clone git@github.com:srobbin/wasmycartowed.git
cd wasmycartowed

# Install the dependencies
bundle install

# Register for an app token at https://data.cityofchicago.org/
# then add it to to the config file
cp config.yml.example config.yml

# Start the development web server
# The web page will be viewable at http://127.0.0.1:8080
unicorn

About

An example app for using the City of Chicago's data portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.6%
  • Ruby 41.3%
  • JavaScript 3.1%