hookercookerman / amee
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (2)
- Wiki (9)
- Graphs
-
Tree:
c1950b7
commit c1950b7f827d3e15f0866f3beef66b3a95d8b054
tree fb17a8000646471cd14a41d31a3d042e6f7a8b2e
parent fb2591b4428d8097bd3486d9e117019179c7d92e
tree fb17a8000646471cd14a41d31a3d042e6f7a8b2e
parent fb2591b4428d8097bd3486d9e117019179c7d92e
amee /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.yardoc | ||
| |
LICENSE | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
VERSION | ||
| |
amee.gemspec | ||
| |
features/ | ||
| |
init.rb | ||
| |
lib/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
tasks/ |
README.rdoc
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
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

