Calculates the estimated carbon dioxide emission for a webpage and provides some statistics. Play around with parameters in the calculator to see how big impact it has on a larger scale.
- https://sustainablewebdesign.org/
- https://www.websitecarbon.com/
- https://developers.thegreenwebfoundation.org/
- https://www.eea.europa.eu/data-and-maps/daviz/co2-emission-intensity-12/
Requires Node.js 14.6.0 or newer
move to the server folder
npm install
npm run dev
move to the website folder
npm install
npm run dev