Sha256: 6b016e67a55b1d840313818b99c5dc9db0be936e0b44995d28b9a7f52e682a35

Contents?: true

Size: 690 Bytes

Versions: 2

Compression:

Stored size: 690 Bytes

Contents

# ShapeShift API Wrapper

A ruby wrapper for the [shapshift.io API](https://shapeshift.io)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'shapeshift_ruby'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install shapeshift_ruby

## Usage

```ruby
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](http://opensource.org/licenses/MIT).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shapeshift_ruby-0.0.2 README.md
shapeshift_ruby-0.0.1 README.md