This is a simple weather application that allows users to retrieve weather information for a specific city. It uses the WeatherAPI to fetch current weather data and displays it in a user-friendly format.
- User-friendly interface with a background image that changes based on the weather conditions
- Input field to enter the city name and a search button to retrieve weather information
- Displays the location, temperature, wind speed, humidity, feels like temperature, and weather description
- Uses icons to represent weather conditions for better visual representation
You can see a live demo of the weather application here.
To run the weather application locally, follow these steps:
-
Clone the repository: git clone https://github.com/your_username/weather-application.git
-
Open the
index.html
file in your preferred web browser. -
Obtain an API key from WeatherAPI by signing up on their website.
-
Replace
'YOUR_API'
in thegetWeather()
function with your WeatherAPI key:
var apiKey = "YOUR_API";
- Save the changes and refresh the page. The application is now ready to use.
This application utilizes the WeatherAPI to fetch weather data. You will need to sign up for an API key and replace 'YOUR_API' in the code with your actual API key.
You can customize the application by modifying the CSS styles in the <style> section of the HTML file. Feel free to change the background images, fonts, colors, or layout according to your preferences.
Contributions to the weather application are welcome! If you find any bugs, have suggestions for improvements, or want to add new features, please create an issue or submit a pull request.
The weather application is open source and available under the MIT License.