This repo is forked from palon7/zaif-ruby
Zaif API wrapper for ruby.
Add this line to your application's Gemfile:
gem 'zaif4ruby', github: "techbureau/zaif-ruby"
And then execute:
$ bundle
require'zaif'api=Zaif::API.new(:api_key=>ZAIF_KEY,:api_secret=>ZAIF_SECRET)api.bid("btc",30760,0.0001)api.ask("btc",30320,0.0001)api.get_info- Fork it ( https://github.com/palon7/zaif-ruby/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