AgreeList

Install

git clone git://github.com/AgreeList/agreelist-test.git
cd agreelist-test
bundle install

Example:

List of people who agree that "assault weapons should be banned"

http://agreelist.com/a/assault_weapons_should_be_banned

Using agreelist.rb

irb
require 'agreelist'
s = Statement.new("assault weapons should be banned")
s.supporters

Using Fluidinfo API

irb
require 'fluidinfo'
f = Fluidinfo::Client.new
f.get("/values", :query => "has agreelist.com/agree/assault_weapons_should_be_banned", :tags => ["fluiddb/about", "en.wikipedia.org/url"])

License

Released under the MIT License.