Skip to content

This project is a simple web application that allows users to check the weather for a specific city. It's built using standard web technologies such as HTML, CSS, and JavaScript. The app provides a user-friendly interface for entering a city name and retrieves real-time weather data from a weather API.

Notifications You must be signed in to change notification settings

Hemanth2709/Weatherapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather App using HTML, CSS, and JavaScript

This project is a simple web application that allows users to check the weather for a specific city. It's built using standard web technologies such as HTML, CSS, and JavaScript. The app provides a user-friendly interface for entering a city name and retrieves real-time weather data from a weather API.

This repository demonstrates how to build a simple weather app using HTML, CSS, and JavaScript. Users can input a city name to retrieve weather data, and the app displays information such as temperature, humidity, and wind speed. It also includes error handling to show a message for invalid city names.

Features

  • 🌍 Users can input a city name to retrieve weather data.
  • 📈 Displays weather information like temperature, humidity, and wind speed.
  • 🚫 Shows an error message for invalid city names.

For API go to openweather const apiKey = 'YOUR_API_KEY_HERE';

Contributing Contributions are welcome! If you would like to contribute to this project, please follow these steps:

Fork the repository. Create a new branch for your feature or bug fix. Make your changes and commit them. Push your changes to your fork. Create a pull request.

Acknowledgments This project was inspired by the need for a simple weather app. Thanks to the Weather API for providing weather data.

About

This project is a simple web application that allows users to check the weather for a specific city. It's built using standard web technologies such as HTML, CSS, and JavaScript. The app provides a user-friendly interface for entering a city name and retrieves real-time weather data from a weather API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published