public
Description: A ruby gem for accessing the AMEE carbon calculator
Homepage:
Clone URL: git://github.com/Floppy/amee-ruby.git
name age message
file .gitignore Loading commit data...
file COPYING Thu Jul 10 06:21:27 -0700 2008 add license and author details [Floppy]
file README
file Rakefile
file amee-ruby.gemspec
directory bin/
directory config/
directory examples/
directory lib/
directory 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 DataCategories, DataItems and DataItemValues. See 
examples/view_data_*.rb for simple usage examples.

== INTERACTIVE SHELL

You can use the 'ameesh' app to interactively explore the AMEE data area. Run
'ameesh -u USERNAME -p PASSWORD -s SERVER' to try it out. Source code for this 
tool is in bin/ameesh and lib/amee/shell.rb.