Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An npm module for accessing the green web API, and estimating the carbon emissions from using digital services

License

NotificationsYou must be signed in to change notification settings

thegreenwebfoundation/co2.js

Repository files navigation

All Contributors

One day, the internet will be powered by renewable energy. Until that day comes, there’ll be a CO2 cost that comes with every byte of data that’s uploaded or downloaded. By being able to calculate these emissions, developers can be empowered to create more efficient, lower carbon apps, websites, and software.

What is CO2.js?

CO2.js is a JavaScript library that enables developers a way to estimate the emissions related to use of their apps, websites, and software.

Why use it?

Being able to estimate the CO2 emissions associated with digital activities can be of benefit to both developers and users.

Internally, you may want to use this library to create acarbon budget for your site or app. It is also useful for inclusion in dashboards and monitoring tools.

For user facing applications, CO2.js could be used to check & block the uploading of carbon intensive files. Or, to present users with information about the carbon impact of their online activities (such as browsing a website).

The above are just a few examples of the many and varied ways CO2.js can be applied to provide carbon estimates for data transfer. If you’re using CO2.js in production we’d love to hear how!Contact us via our website.

Installation

Using NPM

You can install CO2.js as a dependency for your projects using NPM.

npm install @tgwf/co2

Using esm.sh

You can import the CO2.js library into projects using esm.sh.

importtgwffrom"https://esm.sh/@tgwf/co2@latest";

Using a JS CDN

You can get the latest version of CO2.js using one of the content delivery networks below.

jsDelivr

You can find the package athttps://www.jsdelivr.com/package/npm/@tgwf/co2.

  • CommonJS compatible buildhttps://cdn.jsdelivr.net/npm/@tgwf/co2@latest/dist/cjs/index-node.min.js
  • ES Modules compatible buildhttps://cdn.jsdelivr.net/npm/@tgwf/co2@latest/dist/esm/index.js
  • IIFE compatible buildhttps://cdn.jsdelivr.net/npm/@tgwf/co2@latest/dist/iife/index.js

Unpkgd

You can find the package athttps://unpkg.com/browse/@tgwf/co2@latest/.

  • CommonJS compatible buildhttps://unpkg.com/@tgwf/co2@latest/dist/cjs/index-node.min.js
  • ES Modules compatible buildhttps://unpkg.com/@tgwf/co2@latest/dist/esm/index.js
  • IIFE compatible buildhttps://unpkg.com/@tgwf/co2@latest/dist/iife/index.js

Build it yourself

You can also build the CO2.js library from the source code. To do this:

  1. Go to theCO2.js repository on GitHub.

  2. Clone or fork the repository.

  3. Navigate to the folder on your machine and runnpm run build in your terminal.

  4. Once the build has finished running, you will find a/dist folder has been created. Inside you can find:

    • dist/cjs - A CommonJS compatible build.
    • dist/esm - An ES Modules compatible build.
    • dist/iife - An Immediately Invoked Function Expression (IIFE) version of the library.

TypeScript support

Type definitions for CO2.js arepublished in the DefinitelyTyped project, and areavailable on NPM at@types/tgwf__co2.

If you want to use type definitions in your project, they should be installed as a devDependency.

npm install --dev @types/tgwf__co2

Marginal and average emissions intensity data

CO2.js includes yearly average grid intensity data fromEmber, as well as marginal intensity data from theUNFCCC (United Nations Framework Convention on Climate Change). You can find the data in JSON and CommonJS Module format in thedata/output folder.

Using emissions intensity data

You can import annual, country-level marginal or average grid intensity data into your projects directly from CO2.js. For example, if we wanted to use the average grid intensity for Australia in our project, we could use the code below:

import{averageIntensity}from"@tgwf/co2";const{ data}=averageIntensity;const{AUS}=data;console.log({AUS});

All countries are represented by their respectiveAlpha-3 ISO country code.

Publishing to NPM

We usenp to publish new versions of this library to NPM. To do this:

  1. First login to NPM by running thenpm login command in your terminal.
  2. Then runnpx np <VERSION>.
  3. np will run several automated steps to publish the new package to NPM.
  4. If everything runs successfully, you can then add release notes to GitHub for the newly published package.

Release communication

CO2.js releases will be communicated through the following channels:

ChannelMinor Release (0.xx)Patch Release (0.xx.x)
Github
Green Web Foundation website
W3C Slack Sustainability Channel
ClimateAction.Tech Slack
Green Web Foundation LinkedIn Account

Licenses

The code for CO2.js is licensed Apache 2.0. (What does this mean?)

The average carbon intensity data from Ember is published under the Creative Commons ShareAlike Attribution Licence (CC BY-SA 4.0). (What does this mean?)

The marginal intensity data is published by the Green Web Foundation, under the Creative Commons ShareAlike Attribution Licence (CC BY-SA 4.0). (What does this mean?)

See LICENCE for more.

Contributors

To contribute changes back to this project, please follow the steps outlined in theCONTRIBUTING.md file in this repository.

Chris Adams
Chris Adams

💻
fershad
fershad

💻📖🚧
Peter Hedenskog
Peter Hedenskog

💻
Dryden
Dryden

💻
Evan Hahn
Evan Hahn

💻⚠️
Prathum Pandey
Prathum Pandey

🐛💻
Frazer Smith
Frazer Smith

💻⚠️
Hamish Fagg
Hamish Fagg

💻
Atul Varma
Atul Varma

💻
Piper
Piper

💻
Raymundo Vásquez Ruiz
Raymundo Vásquez Ruiz

💻
JamieB
JamieB

💻
p-gerard
p-gerard

🐛💻
Simon Fishel
Simon Fishel

💻
Dani Subject
Dani Subject

💻
Malay Kumar
Malay Kumar

📖
Samuel Ikoli
Samuel Ikoli

📖
Ash Johns
Ash Johns

🐛💻
Matthew Griffin
Matthew Griffin

📖💻
Hannah
Hannah

📖
Alex
Alex

💻

About

An npm module for accessing the green web API, and estimating the carbon emissions from using digital services

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

    Packages

    No packages published

    Languages


    [8]ページ先頭

    ©2009-2025 Movatter.jp