Hydrogen
This is a Hydrogen API Ruby client library.
Requirements
- HTTParty
Install
Easiest install is via RubyGems:
$ gem install hydrogen
or
$ gem sources -a http://gems.github.com/ (you only need to do this once)
$ gem install redflex-hydrogen-ruby
The gem from GitHub will generally by available sooner than the gem from Rubyforge. Both sources will eventually contain the same releases.
Source
Hydrogen's Git repo is available on GitHub, which can be browsed at:
http://github.com/redflex/hydrogen-ruby
and cloned with:
git clone git://github.com/redflex/hydrogen-ruby.git
Usage
**TODO:* Usage docs*