Vapor
Vapor grants you an easy and straightforward access to Steam info.
Installation
Add this line to your application's Gemfile:
gem 'vapor'
And then execute:
$ bundle
Or install it yourself as:
$ gem install vapor
Usage
Vapor::API.key = "MYSTEAMAPI"
Vapor::User.new('pedronascimento').games
#List of games
Features/Problems
- It doesn't get lots of info, just the ones I need for now.
- It relies on the XML output on Steam, which is not reliable at all.
- It is way simpler than steam-condenser.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request