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.
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
# 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