Civic Info

Note: You MUST have a google API key, and it must be set in your environment as GOOGLE_API_KEY

gem install civic_info
> ci = CivicInfo.new
> ci.elections
=> {"kind"=>"civicinfo#electionsQueryResponse", "elections"=>[{"id"=>"2000", "name"=>"VIP Test Election", "
electionDay"=>"2013-06-06"}, {"id"=>"4000", "name"=>"U.S. 2012 General Election", 
"electionDay"=>"2012-11-06"}]}
> ci.voter_info(election_id, address_string)
=>