This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
dcgov /
README
= 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.







