Skip to content

KumarDeepak16/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This is a simple weather web application built using HTML, CSS, and JavaScript. It allows users to check the current weather conditions (temperature, humidity, and wind speed) for any city they enter.

Weather App Screenshot

Features

  • City Input: Enter the name of the city you want to get weather information for.
  • Weather Data: Displays current temperature, humidity, and wind speed for the specified city.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • OpenWeatherMap API (for fetching weather data)

Usage

  1. Clone the repository: git clone https://github.com/KumarDeepak16/weather-app.git
  2. Navigate into the project directory.
  3. Open index.html in your web browser.

Alternatively, you can view the live demo here.

How It Works

  • The application uses the OpenWeatherMap API to fetch weather data based on the city entered by the user.
  • Upon entering a city name and clicking the "Get Weather" button, the app makes an API request to retrieve weather information.
  • The fetched data (temperature, humidity, wind speed) is displayed on the screen in a user-friendly format.

Contributing

Contributions are welcome! Here's how you can contribute to the project:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request.

Credits

  • OpenWeatherMap API: Weather data provider.
  • Icons: Used from FontAwesome for UI enhancements.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

All works during Internship

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published