Overview

WashoePolls is a gem for fetching voter roll and polling place information for Washoe County, Nevada.

Usage

First:

gem install washoe_polls

Then:

voter_id = WashoePolls.lookup(last_name,birth_date)

And Finally:

info = WashoePolls.fetch(voter_id) # returns your voter roll information.

Compatibility

WashoePolls is developed against 1.9.2.

Credits

Javier Muniz