Calculate how much your actions affect the carbon footprint
This calculator aims to raise awareness in the easiest way possible how our day-to-day actions have an impact on the carbon footprint we leave on the planet and thus take action to slow it down.
The system works with three databases in Json format
Main database containing questions and answer options (actions). The latter associated with the minimum, maximum and value in ToCO₂ (Tons of carbon dioxide) that each share represents. Source
{
"question": "Question 1?",
"options": [
{
"value": 2.0979,
"min": 1.32,
"max": 2.525,
"text": "Action 1"
},
]
}
This file contains the relationship between Country and Tons of CO₂ per capita. Source
{
"name": "Spain",
"value": 6.99
}
This file is used to pragmatize and help visualize what 1 ToCO₂ would equal. It is a list of equivalences and their multiplier coefficient. Source
{
"text":"Average vehicle Km",
"value": 4020,
"icon":"fa-route"
}