This app will display weather of the city that you prompt it. The app is built using HTML, CSS, and JavaScript and it retrieves weather data using the OpenWeather API.
Live demo will be available very soon
- The App allowes you to enter any city in the world and the App will generate the weather of the city.
- The App uses icon to diaplay the weather in the city.
- The Temprature is displayed in F
Installation
- Clone the repository: git clone https://github.com/iftekar2/WeatherApp.git
- Navigate to the project directory: cd weather-app
- Open the index.html file in your web browser.
Usage
- Upon loading the application, the App will ask the user to enter a city. If granted, the app will display weather of the city the user entered.
- To search for weather in a different location, enter the city name in the search bar and click the "Search" button.
This project was built using the following resources:
OpenWeather API (https://openweathermap.org/api)