Weather Viewer is a simple web application built with HTML, CSS, and JavaScript that allows users to check the current weather conditions of various cities.
Search by City**: Users can enter the name of a city and get instant weather details. Display Weather Information**: Provides temperature, weather condition, humidity, pressure, wind speed, and sunrise/sunset times.
To run this application locally:
- Clone the repository.
- Open the
index.html
file in a web browser.
- Enter the name of a city in the input field.
- Click the "Submit" button to view the weather details for that city.
This application uses the OpenWeatherMap API to fetch weather data.
index.html
: HTML structure of the Weather Viewer.style.css
: CSS file for styling the application.script.js
: JavaScript file containing functionality to fetch and display weather data.