A weather application that utilizes the RapidAPI Weather API to fetch and display weather information based on user input. The project is built using HTML, CSS, and JavaScript.
-
Clone the repository: git clone: https://github.com/Poonam-13/Weather.git
-
Open the project directory.
-
Open the
index.html
file in a web browser.
-
Sign up for an account on RapidAPI.
-
Obtain an API key for the Weather API.
-
Open the
script.js
file and replace<YOUR_API_KEY>
with your actual API key. -
Save the changes and reload the
index.html
file in the web browser. -
Enter the location (e.g., city name or ZIP code) in the search field.
-
Press the "Search" button or hit the Enter key.
-
The application will fetch weather data for the specified location and display it on the page.
-
Customize the HTML, CSS, and JavaScript code to enhance the application or add additional features.
- Fetches and displays current weather information based on user input.
- Displays additional details such as humidity, wind speed, and atmospheric pressure.
Contributions are welcome! If you'd like to contribute to the project.
Please ensure that your code follows the project's coding conventions and includes appropriate tests.
This project utilizes the Weather API provided by RapidAPI.