Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1021 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 1021 Bytes

Global Weather App

Overview

This weather app allows users to enter any city name from around the world and get the current weather conditions using the OpenWeather API.

Screenshots

Screenshot 1 Screenshot 2

Features

  • Users can enter any city name globally.
  • Retrieve real-time weather data, including temperature, weather conditions, and an icon representing the weather.

Tech Stack

  • HTML
  • CSS
  • JavaScript
  • OpenWeather API

Instructions

  1. Obtain an API Key

  2. Run the App

    • Replace your_openweather_api_key with your actual API key in the file.
    • Open index.html in a browser to use the app.

Future Enhancements

  • Add a 5-day weather forecast.
  • Improve error handling for cities with similar names.
  • Add geolocation-based weather fetching.