Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 730 Bytes

File metadata and controls

19 lines (13 loc) · 730 Bytes

Emissions Mapper

A mapper that visualises emitted pollution on a global scale. This project utilises a React-based front-end, alongside the back-end utilising a RESTful API hosted on a Serverless Instance. This project was collaboratively developed - including Lachlan Young, Angus Philippini, Brian Riwu Kaho, and myself as part of a weekend Hackathon.

Installation

  1. git clone https://github.com/matthewmuscat/emissions-mapper.git
  2. cd emissions-mapper
  3. cd client && npm i
  4. cd ..
  5. cd server && npm i
  6. cd ..
  7. cd client && npm start

Preview

The preview requires that CORS is disabled. This can be done with a Chrome addon.

Emissions Mapper