/WeatherWiz-JavaScript-Powered-Weather-App

Explore WeatherWiz-JavaScript-Powered-Weather-App build with JavaScript, HTML, CSS, Weather API, Geolocation API.

Primary LanguageJavaScript

Weather App

Overview

The Weather App is a web application that allows users to check the weather forecast for a specific location. It fetches weather data from a weather API and displays relevant information to the user.

Weather App Preview

Features

  • Get the current weather conditions for a specific location.
  • Display the temperature, weather description, humidity, and wind speed.
  • Support for searching weather by city name or ZIP code.

Screenshots

Weather App Preview

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Weather API (https://api.openweathermap.org/data/2.5/weather?lat=${lat}&lon=${lon}&appid=${API_KEY}&units=metric)

Getting Started

Prerequisites

  • Any modern web browser
  • API key from the weather API provider (API KEY - => "d1845658f92b31c64bd94f06f7188c9c")

Installation

  1. Clone the repository:
git clone https://github.com/your-username/weather-app.git
cd weather-app