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
- Host: GitHub
- URL: https://github.com/hearthsim/ruby-hearthstonejson
- Owner: HearthSim
- License: mit
- Created: 2016-07-24T17:30:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T17:35:17.000Z (almost 10 years ago)
- Last Synced: 2025-10-07T20:37:40.971Z (8 months ago)
- Language: Ruby
- Homepage: https://hearthstonejson.com
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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