Giter Club home page Giter Club logo

halo_stats's Introduction

HaloStats

Gem Version Code Climate Test Coverage Circle CI Inline docs Join the chat at https://gitter.im/kylegrantlucas/halo_stats Analytics

A ruby gem wrapper for the Halo 5 API.

Requirements

All versions of MRI 1.9.3+ and up are supported (and tested via CircleCI), the gem is currently unsupported on JRuby, MRI 1.8-1.9.2, and Rubinus. Support of these platforms is a future goal for the project.

Installation

Add this line to your application's Gemfile:

gem 'halo_stats'

And then execute:

$ bundle

Or install it yourself as:

$ gem install halo_stats

Usage

Quick Use

The first step is to instantiate some clients for the data we would like to grab:

stats_client = Halo::StatsClient.new(api_key: 'APIKEY')
profile_client = Halo::StatsClient.new(api_key: 'APIKEY')
metadata_client = Halo::StatsClient.new(api_key: 'APIKEY')

From here you can begin calling your any api methods! So an example of call flow would be:

matches_response = stats_client.get_matches('GAMERTAG')
arena_match_response = stats_client.get_arena_carnage_report(match_response.first["Id"]["MatchId"])
game_variant_response = metadata_client.get_game_variants(match_response["GameVariantId"])
spartan_image_url = profile_client.get_spartan_image('GAMERTAG')

Results are returned as parsed ruby objects (generally a hash or an array of hashes).

Contributing

  1. Fork it ( https://github.com/kylegrantlucas/halo_stats/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

halo_stats's People

Contributors

kylegrantlucas avatar

Watchers

James Cloos avatar  avatar

Forkers

gitter-badger

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.