Skip to content

Commit

Permalink
add experiments link
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Nov 25, 2023
1 parent 881a75d commit 5632c96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Ever pondered the environmental impact of your Node.js processes? Enter Node Carbon – your solution for calculating the carbon footprint of your current Node.js operations.

[![status](https://joss.theoj.org/papers/2319047071d2f0e14401ca3ced73c0c0/status.svg)](https://joss.theoj.org/papers/2319047071d2f0e14401ca3ced73c0c0)

## Why Measure Your Carbon Footprint? 🌍

Understanding the carbon footprint of your Node.js processes is crucial for businesses, organizations, and individuals striving to minimize their environmental impact and enhance resource efficiency. As we collectively aim for a greener future, Node Carbon empowers you to make informed decisions and take proactive steps towards sustainability.
Expand All @@ -10,7 +12,7 @@ Understanding the carbon footprint of your Node.js processes is crucial for busi

Node Carbon estimates the electricity consumption of your hardware (CPU+RAM) and then applies the carbon intensity specific to the region where the computing is taking place. This comprehensive approach ensures that you get an accurate and localized assessment of your digital carbon footprint.

![Carbon Emission Calculation](https://raw.githubusercontent.com/sumn2u/node-carbon/main/images/carbon_emission.png)
![Carbon Emission Calculation](https://raw.githubusercontent.com/sumn2u/node-carbon/main/paper/carbon_emission.png)


## Key Features 🔍
Expand Down Expand Up @@ -68,6 +70,9 @@ setTimeout(async () => {
yarn test
```

## Experiments
Experiments with different packages are done [here](https://github.com/sumn2u/node-carbon/tree/experiments/experiments).

## Contributing

1. Fork and clone it
Expand Down
Binary file removed images/carbon_emission.png
Binary file not shown.

0 comments on commit 5632c96

Please sign in to comment.