hookercookerman / amee

Ruby gem to interact with the Amee Api

This URL has Read+Write access

amee / README.rdoc
100644 41 lines (23 sloc) 0.906 kb

Amee

DESCRIPTION:

Amee is a Ruby wrapper over the "AMEE carbon calculator"

  • Idiomatic Ruby
  • Concrete classes and methods modeling Amee data, so it’s easy for a Rubyist to understand what’s available
  • Cucumber Features and specs
  • AMEE API 2.0 Support
  • There should be a law in taking someone’s gemcutter namespace; especially when they have module names with full uppercase characters; and was previously called something else hence the name I choose!! "amee"

DOCUMENTATION

REQUIREMENTS:

Monetra Httparty&Crack will_paginate (if you want to paginate data_items)

INSTALL:

 * Non Rails

The best way is:

  gem install hookercookerman-amee

Amee can be installed as a Rails plugin by:

  script/plugin install git@github.com:hookercookerman/amee.git

TICKETS GROUP