This repository contains a simple web application that consumes a weather API to display meteorological information. You can access the live application here.
- Displays the current temperature, weather description, and other relevant data for a specific location.
- Allows searching for weather in different cities around the world.
- Intuitive and user-friendly interface.
- HTML
- CSS
- JavaScript
- OpenWeather API for fetching weather data.
- Clone this repository:
git clone https://github.com/your_username/your_repository.git
- Open the
index.html
file in your web browser.
Contributions are welcome! If you'd like to improve the application, follow these steps:
- Fork the project
- Create a new branch (
git checkout -b feature/improvement
) - Make your changes and commit (
git commit -am 'Add some improvement'
) - Push the branch (
git push origin feature/improvement
) - Open a Pull Request
Created by LASM24.