Skip to content

dhaan-ish/weather-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Application

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.

Features

  • 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

Demo

You can see a live demo of the weather application here.

Installation

To run the weather application locally, follow these steps:

  1. Clone the repository: git clone https://github.com/your_username/weather-application.git

  2. Open the index.html file in your preferred web browser.

  3. Obtain an API key from WeatherAPI by signing up on their website.

  4. Replace 'YOUR_API' in the getWeather() function with your WeatherAPI key:

var apiKey = "YOUR_API";
  1. Save the changes and refresh the page. The application is now ready to use.

API Usage

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.

Customization

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.

Contributing

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.

License

The weather application is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published