Skip to content
/ ECCO Public
forked from lamasumas/ECCO

Repository of the ECCO GHG web tool

Notifications You must be signed in to change notification settings

DandDevy/ECCO

 
 

Repository files navigation

Greenhouse Gas Calculation Tool

What is the GHG tool?

The GHG tool is part of the ECCO one stop shop project developed by the CIT, with the aim of delevop a responsive online calculator of the CO2 saved by some renewable energies.

How is it build?

THis tool was build using nodejs for the server-side and simple javascript, html, css for the front-end. Also, it uses a mongodb databse hosted in mongodb atlas.

How to run the tool?

If you are willing to use the tool locally or in a online server, the only thing needed is to run the command "npm install" in order to install all the needed modules used by nodejs. After that with simply running "node app.js" the server will start running, if it is running locally the webpage will be in "localhost:8081", if it is in a server it will be "ThePublicIPorDNS:8080"

Warnings

If you are trying to run this tool inside a organization wifi (as for example a university) its probably that you will need to used a wired internet connection in order to be able to connect to mongodb atlas, because some port connections problem.

Developer team

The team who is developing the actual ECCO One Stop Shop is made by:
  • Ger Kelly
  • Martin hill
  • Eduardo Lamas Suárez
  • Chi-Thang Phan-Tan
  • Daniel Ashcroft

References

About

Repository of the ECCO GHG web tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.2%
  • HTML 39.6%
  • CSS 4.0%
  • Dockerfile 0.2%