Skip to content

Beauty-ku-mari/Weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"# Weather-app#"

Overview Welcome to the Weather App! This is a simple yet powerful application developed in JavaScript that allows users to fetch and display weather information for any city in the world. The app uses a weather API to provide real-time weather data, including temperature, humidity, wind speed, and weather conditions.

Features

 Search for current weather by city name

 Display temperature, humidity, wind speed, and weather conditions

 Responsive design for both desktop and mobile devices

Technologies Used

HTML
CSS
JavaScript
OpenWeatherMap API

Installation

  1. Clone the Repository
 git clone https://github.com/yourusername/weather-app.git

 cd weather-app
  1. Open the Project

    Open the index.html file in your favorite web browser.

Usage

  1. API Key Setup

    Sign up at OpenWeatherMap to get your API key.

    Open the script.js file and replace 'YOUR_API_KEY' with your actual API key.

    const apiKey = 'YOUR_API_KEY';

  2. Search for Weather

    Enter the name of the city in the search input field.

    Click the "Search" button or press "Enter".

    The weather information will be displayed on the screen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors