Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.33 KB

historical-climate-data

Web application project for IOWC historical precipitation data.

Link (may take some time to load due to the hosting server): https://historical-climate-data-frontend.onrender.com/

Backend: https://historical-climate-data.onrender.com/api/ghcnmv2

Running the Project Locally

In order to run this project locally, you will need Node.js 18.12.0 and npm 8.19.2.

To run the backend, first navigate from the root folder to /api.

cd api

Then run the following commands. The application will start running on https://localhost:9999.

npm install
npm run start:dev

To run the frontend, navigate from the root folder /frontend.

cd frontend

Then run the following command. The application will start running on https://localhost:3000

npm install
npm run dev

Data

Precipitation Data Source: GHCNM-V2

To access data subsets on another website, use the KNMI Climate Explorer.

Contact

For any inquiries, email me at cecile.dai@mail.mcgill.ca.