Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunks/vapor
Retrieve user information from Steam.
https://github.com/lunks/vapor
Last synced: 18 days ago
JSON representation
Retrieve user information from Steam.
- Host: GitHub
- URL: https://github.com/lunks/vapor
- Owner: lunks
- License: mit
- Created: 2012-11-27T04:17:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-20T16:25:31.000Z (about 12 years ago)
- Last Synced: 2024-04-14T07:28:47.301Z (9 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/vapor
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Vapor
Vapor grants you an easy and straightforward access to Steam info.
## InstallationAdd this line to your application's Gemfile:
gem 'vapor'
And then execute:
$ bundle
Or install it yourself as:
$ gem install vapor
## Usage
```ruby
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
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