Skip to content

nerimanazens/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather App 🌦️

A simple weather application built with JavaScript that fetches real-time weather data from a public API and displays current conditions for a searched city.

This project was created for learning purposes, focusing on:

  • Working with APIs
  • Asynchronous JavaScript (async/await)
  • Error handling
  • Basic project structure and GitHub workflow

Features

  • Search weather by city name
  • Displays:
    • Temperature
    • Weather condition
    • Humidity
    • Wind speed
  • Handles API and network errors
  • Clean and minimal UI

Technologies Used

  • HTML
  • CSS
  • JavaScript (ES6+)
  • Fetch API
  • OpenWeather API

Setup & Installation

1. Clone the repository

git clone https://github.com/USERNAME/REPO_NAME.git
cd REPO_NAME

About

Simple weather application built with JavaScript that fetches real-time weather data from an API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors