Skip to content

mattburnett-repo/carbon-interface

Repository files navigation

Carbon Interface API Frontend

This is a React application that provides a front end for the Carbon Interface Estimates API.

It is deployed here.

There is a limit of 200 api requests per month. The api/app will return an error if this monthly limit has already been exceeded.


Tech Used

Installation and start up

  • Clone the repo
    git clone https://github.com/mattburnett-repo/carbon-interface.git
  • Copy sample.env to .env
    cp sample.env .env
  • Get an api key and enter it into the .env file
    VITE_API_KEY=your.api.key.goes.here
  • Start the app
    yarn dev
  • You should see a Vite message in the terminal