WeatherForekast is a simple web application that displays weather information for a given city. The app is built using the Javascript and utilizes the OpenWeatherMap API to retrieve weather data. A convenient and reliable weather app that provides up-to-date weather information for any location you choose.
-
Displays temperature, humidity, pressure, wind speed, visibility, and cloudiness for a given city.
-
Displays error message if the city entered by the user is not found or if there is an issue with the API call.
-
Responsive design for desktop and mobile devices.
Clone the repository: git clone https://github.com/vignan8/WeatherForekast.git
- Enter the name of a city in the input box and click on "Get Weather".
- The app will display the weather information for the specified city.
- To change the temperature unit, select the desired unit from the dropdown menu.
- If there is an issue with the API call or if the city entered is not found, an error message will be displayed.
This app was built using the Javascript and utilizes the OpenWeatherMap API to retrieve weather data.
This project is licensed under the MIT License. See the LICENSE file for more information.
Contributions are welcome! If you would like to contribute to this project, please open an issue or submit a pull request.