An open API service indexing awesome lists of open source software.

https://github.com/hearthsim/ruby-hearthstonejson

Ruby Gem for HearthstoneJSON
https://github.com/hearthsim/ruby-hearthstonejson

Last synced: 8 months ago
JSON representation

Ruby Gem for HearthstoneJSON

Awesome Lists containing this project

README

          

[![Travis][travis-badge]][travis-link]
[![Code Climate][codeclimate-badge]][codeclimate-link]
[![Test Coverage][codeclimate-coverage-badge]][codeclimate-coverage-link]

# hearthstone_json
Ruby gem for easily getting up to date info from https://hearthstonejson.com

## Usage

`#enums`
Results: https://api.hearthstonejson.com/v1/enums.json

`#cardbacks`
Results: https://api.hearthstonejson.com/v1/latest/enUS/cardbacks.json

[travis-link]: https://travis-ci.org/tinnvec/hearthstone_json
[travis-badge]: https://img.shields.io/travis/tinnvec/hearthstone_json.svg?maxAge=2592000&style=flat-square

[codeclimate-link]: https://codeclimate.com/github/tinnvec/hearthstone_json
[codeclimate-badge]: https://img.shields.io/codeclimate/github/tinnvec/hearthstone_json.svg?maxAge=2592000&style=flat-square

[codeclimate-coverage-link]: https://codeclimate.com/github/tinnvec/hearthstone_json/coverage
[codeclimate-coverage-badge]: https://img.shields.io/codeclimate/coverage/github/tinnvec/hearthstone_json.svg?maxAge=2592000&style=flat-square