A web application that displays real-time weather information using the OpenWeather API.
This project is based on the original code by @Sadee (MIT License) and has been modified by @YasmimRodrigues.
- Search for the current weather by city name.
- Displays temperature, humidity, wind speed, and weather description.
- Modern, responsive, and user-friendly interface.
- Dynamic icons that change according to weather conditions.
- Automatic update of weather information.
- HTML5
- CSS3
- JavaScript (ES6+)
- OpenWeather API
weatherio/
│
├── assets/
│ ├── css/
│ │ └── style.css
│ ├── font/
│ └── images/
│
├── js/
│ ├── api.js # Handles API requests
│ ├── app.js # Main app logic
│ ├── module.js # Helper modules
│ └── route.js # Internal routing control
│
├── favicon.svg
├── index.html
├── index.txt
├── README.md
├── LICENSE
└── style-guide.md