- Select DOM elements for displaying weather information using appropriate query selectors.
- Define a function to fetch weather data from the OpenWeatherMap API using
fetchAPI. - Extract relevant data from the API response such as temperature , humidity, wing speed, etc.
-Review the structure of the API response to understand the data available for display.
-Display the city name along with its country code using the provided API data.
- Format the timestamp provided by the API into a human-readable data and time format.
- Display additional weather details such as temperature, minimum and maximum temperature, feels like temperature, humidity, wind speed, and
- Implement functionality to allow users to search for weather information of different cities.
- Add event listener to handle city search input and trigger the weather data fetching function accordingly.
- Apply css styling to the weather display elements to improve the visual presentation of weather information.