Pulls the petitions from the We The People API and shows the ones that are closest to the threshold.
You can see a running version of the application at http://petitionkicker.herokuapp.com/.
- Make sure the machine that you're using has Ruby 1.9.3 isntalled. We recommend using rbenv for Ruby version management.
- The latest version of "bundler" installed which can be installed by running
$ gem install bundler
git clone git://github.com/ryanatwork/petitionkicker.git
cd petitionkicker
bundle install
rake db:migrate
rake db:seed #seeds the database
rails server
Copyright (c) 2013 Ryan Resella See LICENSE for details.