Diablo3Api
Ruby wrapper for Diablo 3 API that let you fetch your D3 profile.
Installation
Install gem:
$ gem install diablo3_api
Usage
require 'diablo3_api'
player = Diablo3Api::Player.new("Dpsk-2824")
puts player.profile.inspect
player.profile
now contains information about requested profile.
Contributing
- Fork it
- 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 new Pull Request