Sha256: b17180f41912ea1c6a11ba92ec52f07e60b20317e5e72cf14ff6c807a46b39e7
Contents?: true
Size: 1.22 KB
Versions: 3
Compression:
Stored size: 1.22 KB
Contents
# SteamAPI [![Gem Version](https://badge.fury.io/rb/steam-api.png)](http://badge.fury.io/rb/steam-api) [![Dependency Status](https://gemnasium.com/bhaberer/steam-api.png)](https://gemnasium.com/bhaberer/steam-api) [![Build Status](https://travis-ci.org/bhaberer/steam-api.png?branch=master)](https://travis-ci.org/bhaberer/steam-api) [![Coverage Status](https://coveralls.io/repos/bhaberer/steam-api/badge.png?branch=master)](https://coveralls.io/r/bhaberer/steam-api?branch=master) [![Code Climate](https://codeclimate.com/github/bhaberer/steam-api.png)](https://codeclimate.com/github/bhaberer/steam-api) `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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
steam-api-1.0.2 | README.md |
steam-api-1.0.1 | README.md |
steam-api-1.0.0 | README.md |