Skip to content

My project showing the instant weather forecast of any settlement you are curious about

Notifications You must be signed in to change notification settings

furkan-dogu/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This weather application is a simple web app that allows users to view weather information. After entering a location name, the application fetches real-time weather data using the OpenWeatherMap API and displays it on the screen.

Live Project Link

You can access the live version of the project here.

Usage

  1. Enter a location name in the "Enter Your Location" text box.
  2. Click the "Search" button to display weather information.
  3. When weather information is successfully retrieved, it will be displayed on the screen. If the location is not found, an appropriate error message will be shown.

Screenshots

Technologies Used

  • HTML
  • CSS
  • JavaScript

API Key

This application uses the OpenWeatherMap API. To use your own API key, update the apiKey variable in the app.js file.

const apiKey = "YOUR_API_KEY";

About

My project showing the instant weather forecast of any settlement you are curious about

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages