thegreenwebfoundation / co2.js

An npm module for accessing the green web API, and estimating the carbon emissions from using digital services
Other
389 stars 49 forks source link

Update constants to use gigabytes not gibibytes #75

Closed mrchrisadams closed 2 years ago

mrchrisadams commented 2 years ago

Some work was started on PR #66, which I merged in mistakenly last night when tired.

See the link below:

https://github.com/thegreenwebfoundation/co2.js/pull/66

Right now the build is broken, which means making new releases is a pain, but it makes more sense to have consistent figures of 1000 1000 1000 for gigabytes.

This issue

Acceptance criteria:

mrchrisadams commented 2 years ago

Resolved with #93