skeevis / dcgov

... a ruby gem for the not-yet-complete API published by the DC OCTO

This URL has Read+Write access

dcgov / README
100644 29 lines (18 sloc) 0.658 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
= DC Government GeoCoder and 311 API
 
... a ruby gem for the not-yet-complete API published by the DC OCTO
 
== Install
 
sudo gem install dcgov
 
== Example
 
Here's a quick example of how you could use it.
 
    require 'rubygems'
    require 'dcgov'
    results = DCGOV::GeoCoder.get({:address=>"441 4th str, nw"})
    print results.inspect
 
== Usage
 
Honestly, I haven't had a chance yet. But I will say this. If you go into the spec directory you'll find tests for the geocoder and open_311 APIs.
The rspec tests
 
If you feel like helping out, expand this readme for me :-)
 
Zvi Band, 2009
zvi@skeevisarts.com
http://skeevisarts.com
 
@skeevis on the twitter.