mjy / rubyBHL
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
rubyBHL /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Oct 19 14:56:04 -0700 2009 | |
| |
README.rdoc | Mon Oct 19 20:18:04 -0700 2009 | |
| |
Rakefile | Mon Oct 19 14:56:04 -0700 2009 | |
| |
init.rb | Mon Oct 19 14:56:04 -0700 2009 | |
| |
lib/ | ||
| |
rubyBHL.gemspec | Mon Oct 19 15:09:17 -0700 2009 | |
| |
test/ | Mon Oct 19 19:09:36 -0700 2009 |
README.rdoc
RubyBHL
A very simple Ruby hook to the BHL API at www.biodiversitylibrary.org/openurlhelp.aspx.
Install
Source is on github, gem is on gemcutter.
gem install rubyBHL
If you don’t alread have it you also need the json gem (code.google.com/p/rubyjson/)
gem install json.
Usage
See tests.
@bhl = RubyBHL::Rbhl.new(:params => {:title => "Manual of North American Diptera"})
:params include those listed under the OpenURL 0.1 column on the BHL API page.
Todo
Lots.

