SteamAPI

Gem Version Dependency Status Build Status Coverage Status Code Climate

steam-api is a simple gem to expose the Steam WebApi directly.

The Gem is not quite finished, but once it is, I will tag v1, still have a lot of work to do (especially on the docs).

Installation

Add this line to your application's Gemfile:

gem 'steam-api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install steam-api

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  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 new Pull Request