Skip to content

kilimchoi/shapeshift_ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShapeShift API Wrapper

A ruby wrapper for the shapshift.io API

Installation

Add this line to your application's Gemfile:

gem 'shapeshift_ruby'

And then execute:

$ bundle

Or install it yourself as:

$ gem install shapeshift_ruby

Usage

require 'shapeshift_ruby'
client = ShapeShiftRuby::Client.new
client.rate(pair: 'btc_ltc')
=> {"pair"=>"btc_ltc", "rate"=>"59.50746268"}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/iamkidjoe/shapeshift-ruby.

License

The gem is available as open source under the terms of the MIT License.

About

A ruby wrapper for the shapshift.io API

Resources

License

Stars

Watchers

Forks

Packages

No packages published