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
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
Precipitation Data Source: GHCNM-V2
To access data subsets on another website, use the KNMI Climate Explorer.
For any inquiries, email me at cecile.dai@mail.mcgill.ca.