Formkeep
Formkeep lets you access your Formkeep API data.
Installation
Add this line to your application's Gemfile:
gem 'formkeep'
And then execute:
$ bundle
Or install it yourself as:
$ gem install formkeep
Caveats
You must have a ~/.formkeep.yaml file!
It should look something like this:
form_name: api_endpoint_url_in_full
You can have as many form entries as you like. They don't necessarily need to be named exactly how they are named on formkeep.com
Usage
formkeep check FORM
Contributing
- Fork it ( https://github.com/[my-github-username]/formkeep/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request