# CM1.js

Carbon, energy, and other environmental impact calculations for your JavaScript objects. Built for the browser and Node.js.

For documentation, see [http://dkastner.github.com/CM1.js/](http://dkastner.github.com/CM1.js/)

## Development environment

    $ git clone git://github.com/dkastner/CM1.js
    $ cd CM1.js
    $ npm install
    $ sudo npm install -g coffee-script
    $ sudo npm install -g vows
    $ cake test
