https://github.com/tdooner/onesignature.org
https://github.com/tdooner/onesignature.org
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tdooner/onesignature.org
- Owner: tdooner
- Created: 2014-05-29T05:03:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T19:05:20.000Z (about 11 years ago)
- Last Synced: 2025-01-15T00:29:27.405Z (5 months ago)
- Language: Ruby
- Size: 504 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OneSignature.org
=========================## Setup
First, install Ruby. Then,
```bash
gem install bundler
bundle install
bundle exec rake db:create db:seed
```To run the project,
```bash
bundle exec ruby app.rb
```### White House API
To use the White House petitions API, you need to specify your API key.```bash
export WHITEHOUSE_API_SECRET=''
```