Order2cb
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'order2cb'
And then execute:
$ bundle
Or install it yourself as:
$ gem install order2cb
Usage
Ensure the following environment variables are set:
AWS_ACCESS_KEY=...
AWS_SECRET_ACCESS_KEY=...
CB_QUEUE=https://sqs.<region>.amazonaws.com/<account-id>/<caseblocks-queue>
CB_API_ENDPOINT=https://<subdomain>.caseblocks.com
CB_API_TOKEN=...
And run the daemon from the CLI
order2cb
Contributing
- Fork it ( https://github.com/[my-github-username]/order2cb/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