This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
COPYING | Thu Jul 10 06:21:27 -0700 2008 | |
| |
README | ||
| |
Rakefile | ||
| |
amee-ruby.gemspec | ||
| |
bin/ | ||
| |
config/ | ||
| |
examples/ | ||
| |
lib/ | ||
| |
spec/ |
README
== AMEE-Ruby A gem to provide a Ruby interface to the AMEE carbon calculator (http://amee.cc) Licensed under the MIT license (See COPYING file for details) Author: James Smith (james@floppy.org.uk / http://www.floppy.org.uk) Homepage: http://github.com/Floppy/amee-ruby == INSTALLATION 1) Enable gems from github, if you haven't already done so (rubygems >= 1.2): > sudo gem sources -a http://gems.github.com 2) Install gem > sudo gem install Floppy-amee == USAGE Currently, you can only read data categories, items and itemvalues. See examples/view_data_*.rb for simple usage examples.








