0.0
No commit activity in last 3 years
No release in over 3 years
Finds the ward and alderman for any Chicago address.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.6.4
>= 0
>= 0

Runtime

 Project Readme

Ward

About

Gets ward information for any given address in the city of Chicago.

Installation

Insert the following into your Gemfile.

gem "ward-chicago", "~> 0.1.1"

Usage

require 'ward' # NOTE

ward = Ward.new
ward.find('1 N. State St., Chicago, Il 60602')

Response

{:number=>42,
 :alderman=>
  {:name=>"Brendan Reilly",
   :office=>{:address=>"325 W HURON ST #510", :phone=>"312-642-4242"},
   :city_hall=>
    {:address=>"121 N LASALLE ST RM 306 60602", :phone=>"312-744-3062"}}}

Thanks to...