/emission-api

Primary LanguageJupyter Notebook

emissions-api

API to query greenhouse gas emissions.

URL: https://emission-api.cleverapps.io/ Swagger UI: https://emission-api.cleverapps.io/api-docs

Running locally

  • Clone the repo
  • npm install
  • cd web && npm install
  • For production mode, run npm start, it will build frontend and run it
  • For development, run npm run serve in the backend (runs at port 3000). npm run dev in the frontend. Access frontend at port 8080

User Interface

The homepaege shows a map with all countries. Clicking on one will provide a detailed view of its emisisons

image

image