The Weather App is a non-profit project developed for educational purposes. It allows users to retrieve weather data for various municipalities by utilizing the AEMET API. The application provides real-time weather information, including temperature, humidity, wind speed, and more. This project is a app built with React.
- Retrieve weather data for municipalities using the AEMET API.
- Display detailed weather information, including temperature, humidity, wind speed, and more.
- Search for specific municipalities to get weather data.
- User-friendly interface with easy navigation.
To use the application, you need to obtain an API key from AEMET (Agencia Estatal de Meteorología). Once you have obtained the API key, you can add it to the config.js
file located in the resources
directory.
- Clone the repository to your local machine.
- Install the required dependencies by running
npm install
. - Add your AEMET API key to the
config.js
file in theresources
directory. - Start the application by running
npm start
. - Open your web browser and navigate to
http://localhost:3000
to access the application.
Contributions are welcome! If you would like to contribute to the Weather App, please follow these steps:
- Fork the repository.
- Create a new branch: git checkout -b feature/your-feature
- Make your changes and commit them: git commit -m 'Add your feature'
- Push to the branch: git push origin feature/your-feature
- Submit a pull request.
This project is licensed under the MIT License.
This application is developed for educational purposes and is not intended for commercial use or profit.
For more information, please refer to the AEMET API documentation.