Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.28 KB

WeatherApp

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.

Screenshot 2023-03-25 151621

Screenshot 2023-03-25 151637

Demo

Live demo will be available very soon

Features

  1. The App allowes you to enter any city in the world and the App will generate the weather of the city.
  2. The App uses icon to diaplay the weather in the city.
  3. The Temprature is displayed in F

Installation

  1. Clone the repository: git clone https://github.com/iftekar2/WeatherApp.git
  2. Navigate to the project directory: cd weather-app
  3. Open the index.html file in your web browser.

Usage

  1. 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.
  2. To search for weather in a different location, enter the city name in the search bar and click the "Search" button.

Credits

This project was built using the following resources:

OpenWeather API (https://openweathermap.org/api)