Aclimate Susano is a web application designed to monitor and visualize climatic data from various weather stations in Nicaragua. The application provides data on temperature, precipitation, solar radiation, and more, helping users to analyze and understand recent climatic patterns.
- Weather data visualization
- Interactive maps with weather station markers
- Historical data analysis
- Customizable date range for data visualization
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/CIAT-DAPA/aclimate_susano cd aclimate_susano/src
-
Install dependencies: Make sure you have Node.js installed. Then, run:
npm install
To run the project locally, use the following command:
npm start
This will start the development server and open the application in your default web browser. The application will automatically reload if you make changes to the code.