[][gem] [][travis] [][gemnasium] [][codeclimate] [][coveralls] [gem]: https://rubygems.org/gems/congress [travis]: http://travis-ci.org/codeforamerica/congress [gemnasium]: https://gemnasium.com/codeforamerica/congress [codeclimate]: https://codeclimate.com/github/codeforamerica/congress [coveralls]: https://coveralls.io/r/codeforamerica/congress
The Sunlight Congress API is a live JSON API for the people and work of Congress, provided by the Sunlight Foundation.
gem install congress
[http://rdoc.info/gems/congress][documentation] [documentation]: http://rdoc.info/gems/congress
All requests to the Congress API require a Sunlight API key. An API key is free to register and has no usage limits.
require 'congress'
Congress.key = YOUR_SUNLIGHT_API_KEY
Congress.legislators
Congress.legislators_locate(37.775, -122.418)
Congress.legislators_locate(94107)
Congress.districts_locate(37.775, -122.418)
Congress.districts_locate(94107)
Congress.committees
Congress.bills
Congress.bills_search(:query => "health care")
Congress.votes
Congress.floor_updates
Congress.hearings
Congress.upcoming_bills
This library aims to support and is [tested against][travis] the following Ruby implementations:
If something doesn't work on one of these interpreters, it should be considered a bug.
This library may inadvertently work (or seem to work) on other Ruby implementations, however support will only be provided for the versions listed above.
If you would like this library to support another Ruby version, you may volunteer to be a maintainer. Being a maintainer entails making sure all tests run and pass on that implementation. When something breaks on your implementation, you will be personally responsible for providing patches in a timely fashion. If critical issues for a particular implementation exist at the time of a major release, support for that Ruby version may be dropped.
Copyright (c) 2011-2014, Code for America. See LICENSE for details.