Skip to content

The Weather App is a simple web application that allows users to quickly fetch weather data🌤🌦 for a specific city. The app uses the OpenWeatherMap API to provide up-to-date weather information based on the user's input.

Notifications You must be signed in to change notification settings

Tanisha-55/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-App

This web application allows users to fetch weather data for a specific city using the OpenWeatherMap API. The app is built using HTML, CSS, and JavaScript.

Table of Contents

Setup

To set up and run the Weather App, follow these steps:

  1. Create an account on OpenWeatherMap and obtain an API key.
  2. Clone this repository to your local machine: git clone https://github.com/yourusername/weather-app.git And Navigate to the project directory: cd weather-app Then, Open the index.html file in a web browser.

    OR

  3. Open my netlify website Weather-App to redirect into the web app.

Usage

Once the app is set up and running, you can:

  • Enter the city name in the provided input field and click the "Search" button or press "ENTER" to get the current weather data for that city.
  • The web app will display information such as Country Icon, temperature, humidity, wind speed, and weather description and so on.
  • You can fetch weather data for different cities by providing their names in the input field.

Dependencies

The app uses the following technologies and dependencies:

  • HTML
  • CSS
  • JavaScript
  • OpenWeatherMap API (API key required)

Contributing

If you'd like to contribute to this Weather App, feel free to fork the repository and submit pull requests.

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the license terms.

About

The Weather App is a simple web application that allows users to quickly fetch weather data🌤🌦 for a specific city. The app uses the OpenWeatherMap API to provide up-to-date weather information based on the user's input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published