Weather360 is a simple web application that provides weather information for cities worldwide. It allows users to search for a specific city and view its current weather conditions, including temperature, humidity, wind speed, pressure, and more.
- Search Functionality: Users can search for a city to get its weather details.
- Unit Conversion: Users can switch between Celsius and Fahrenheit units.
- Responsive Design: The application is designed to work seamlessly on various screen sizes.
- HTML: Used for structuring the web page.
- CSS: Used for styling the web page elements.
- JavaScript: Used for handling user interactions and fetching weather data from the OpenWeatherMap API.
- OpenWeatherMap API: Used to retrieve weather data based on user input.
Clone the repository:
git clone https://github.com/CodeKunalTomar/Weather360.git
Open the project directory:
cd Weather360
Open the index.html file in your web browser.
- Enter the name of a city in the search bar.
- Press Enter or click the search button.
- View the current weather conditions for the specified city.
- Optionally, toggle between Celsius and Fahrenheit units by clicking on the respective icons.
Contributions are welcome! If you find any issues or have suggestions for improvement, please feel free to open an issue or create a pull request.
- Weather data provided by OpenWeatherMap.
- Icons provided by Font Awesome.
This project is licensed under the MIT License. See the LICENSE file for details.