Skip to content

The Weather App is a simple web application that allows users to check the weather for a specified city. It uses the OpenWeatherMap API to retrieve weather data. The tech stack includes HTML, CSS, and JavaScript for front-end development, with data fetched from an external API.

Notifications You must be signed in to change notification settings

UjjS/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A simple weather application that allows users to check the weather for a specific city.

Introduction

The Weather App is a simple web application that allows users to check the current weather for a specific city. It provides real-time weather information, including temperature, humidity, and wind speed.

Features

  • Get real-time weather information for a specific city.
  • Display temperature in Celsius.
  • Visual weather icon representation.
  • Handle invalid city names.

Screenshots

Working has been shown here. To view in full click here

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Modern web browser
  • Internet connection

Installation

Follow these steps to install and run the Weather App:

  1. Clone the repository:

    git clone https://github.com/yourusername/weather-app.git
    cd weather-app
  2. Open index.html in your web browser.

Usage

To use the Weather App:

  1. Open index.html in your web browser.
  2. Enter the name of the city for which you want to check the weather in the input box.
  3. Click the "Search" button.

API Reference:

The Weather App uses the OpenWeatherMap API to retrieve weather data. You will need to obtain an API key from OpenWeatherMap and replace it in the JavaScript code.

Contributing:

Contributions are welcome! To contribute to this project, follow these steps:

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

About

The Weather App is a simple web application that allows users to check the weather for a specified city. It uses the OpenWeatherMap API to retrieve weather data. The tech stack includes HTML, CSS, and JavaScript for front-end development, with data fetched from an external API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published