Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.16 KB

README.md

File metadata and controls

38 lines (25 loc) · 2.16 KB

Aclimate Susano

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.

✨ Features

  • Weather data visualization
  • Interactive maps with weather station markers
  • Historical data analysis
  • Customizable date range for data visualization

🔧 Installation

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/CIAT-DAPA/aclimate_susano
    cd aclimate_susano/src
  2. Install dependencies: Make sure you have Node.js installed. Then, run:

    npm install

🚀 Running the Project

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.