An open API service indexing awesome lists of open source software.

https://github.com/tdooner/onesignature.org


https://github.com/tdooner/onesignature.org

Last synced: 3 months ago
JSON representation

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=''
```