Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

palon7/zaif-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zaif

Zaif API wrapper for ruby.

Installation

Add this line to your application's Gemfile:

gem 'zaif'

And then execute:

$ bundle

Or install it yourself as:

$ gem install zaif

Usage

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

Contributing

  1. Fork it ( https://github.com/palon7/zaif-ruby/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Zaif API wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages