Celestial Weather is a simple web application that allows users to check the current weather conditions of any city around the world. With a user-friendly interface, users can easily search for a city and instantly receive information about its current temperature, weather condition, and more.
- Search by City: Users can enter the name of any city in the search bar to retrieve real-time weather data.
- Current Weather Information: The application displays the current temperature, weather condition, and other relevant details for the selected city.
- Responsive Design: Celestial Weather is designed to work seamlessly across different devices, including desktops, tablets, and mobile phones.
- HTML
- CSS
- JavaScript
- OpenWeatherMap API
- Search for a City: Enter the name of the city you want to check the weather for in the search bar.
- View Weather Information: Once you've entered a city name and pressed Enter or clicked the search button, the application will display the current weather information for that city.
- Explore Further: You can explore additional details such as humidity, wind speed, and more by scrolling down on the weather information page.
To set up Celestial Weather locally on your machine, follow these steps:
- Clone this repository to your local machine using Git.
- Open the
index.html
file in your preferred web browser. - Start searching for cities and checking the weather!
Contributions to Celestial Weather are welcome! If you have ideas for new features, bug fixes, or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.
- Weather data provided by OpenWeatherMap.