Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

A website to calculate the environmental impact of living in a certain house, and offer potential improvements.

License

Notifications You must be signed in to change notification settings

flamingchickens1540/climate-score

Repository files navigation

Climate Score

Climate Score is website to calculate the environmental impact of living in a certain house, and offer potential improvements.

A score will be given out of one hundred, with a lower score indicating a larger negative enviornmental impact, while a higher score indicates a lower impact.

The current sources for data include:

You probably don't want to use this project/website/code, it's not great.

Installation

First create a secrets folder including an api_keys.ts file with api keys for WalkScore, PositionStack, and WattBuy.

# install the backend
npm install

# install the client
npm run client-install

Running the app

# only run the client
npm run dev:client

# only run the server
npm run dev:server

# run both the client and server
npm run dev