Etwings
Etwings API wrapper for ruby.
Installation
Note: This gem is not yet published to rubygems.
Add this line to your application's Gemfile:
gem 'etwings'
And then execute:
$ bundle
Or install it yourself as:
$ gem install etwings
Usage
require 'etwings'
api = Etwings::API.new(:api_key => ETWINGS_KEY, :api_secret => ETWINGS_SECRET)
api.bid("btc", 30760, 0.0001)
api.ask("btc", 30320, 0.0001)
api.get_info
Contributing
- Fork it ( https://github.com/palon7/etwings/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