Signature.io Personal is an example app demonstrating the use of the Heroku Signature Add-On. See below to get started.
After cloning this repo run the following:
$ bundle
$ bundle exec heroku create
$ bundle exec heroku addons:add signature
$ git push heroku master
You should now be able to visit http://YOURSUBDOMAIN.herokuapp.com and use the application!
To get started locally, you must first go through the steps to get starte on heroku. After that, you will need to setup an environment variable for your SIGNATURE_SECRET_API_KEY.
$ bundle exec heroku config:get SIGNATURE_SECRET_API_KEY
Note the value of SIGNATURE_SECRET_API_KEY, and then set that locally in your terminal.
$ export SIGNATURE_SECRET_API_KEY=st_7a70d7776ddf29b883b25ae08f18ff
Now you can run the app locally.
$ bundle exec rails s
This app mainly depends on the signatureio rubygem for interfacing with the Heroku Signature Add-On.