Welcome to the Weather App! This application provides real-time weather information for any location worldwide. With a user-friendly interface and accurate data, you can stay informed about current weather conditions and forecasts.
- Real-Time Weather Data: Get up-to-date weather information for any city or geographic location.
- Search Functionality: Easily search for weather details by entering the city name.
- Temperature Display: View current temperature in Celsius or Fahrenheit.
- Weather Conditions: Access information on humidity, wind speed, and weather descriptions.
- Responsive Design: Enjoy a seamless experience across various devices, including desktops and mobile devices.
- HTML5: For structuring the web pages.
- CSS3: For styling and layout.
- JavaScript: For dynamic content and API interactions.
- OpenWeatherMap API: To fetch real-time weather data.
To get a local copy up and running, follow these steps:
-
Clone the Repository:
git clone https://github.com/Akii017/Weather-App.git
-
Navigate to the Project Directory:
cd Weather-App
-
Obtain an API Key:
- Sign up for a free account at OpenWeatherMap to get an API key.
-
Configure the Application:
- Open the
script.js
file. - Replace
'YOUR_API_KEY'
with your actual OpenWeatherMap API key.
- Open the
-
Open
index.html
in Your Preferred Browser:- Launch the
index.html
file to view the application in action.
- Launch the
-
Search for a City:
- Enter the name of the city you want to check the weather for in the search bar.
- Press the search button or hit Enter.
-
View Weather Details:
- The application will display:
- Current temperature
- Weather description (e.g., clear sky, rain)
- Humidity percentage
- Wind speed
- The application will display:
-
Switch Temperature Units:
- If implemented, use the toggle to switch between Celsius and Fahrenheit.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or feedback, please contact:
- Name: Akhil Vijayan
- Email: [email protected]
Thank you for using the Weather App! We hope this tool helps you stay informed about the weather conditions in your area or any city around the world.