Skip to content

coconutcastle/historical-climate-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Web application project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages