Weather App

Real-time weather information.

Check Real-time Weather

Search any city around the world and get current weather details

Kolhāpur, IN

26.25 °C

Humidity : 76%

Wind : 6.33 m/s

Weather : Light rain

About this project

This weather app fetches real-time weather data using the OpenWeatherMap API. Enter any city name to get current Temperature, weather condition, humidity, and wind speed.

API information

Provider : OpenWeatherMap

API Type : Current Weather data

Authentication : API Key

Data Format : JSON

EndPoint

GET

https://api.openweathermap.org/data/2.5/weather

Query Parameter :

q (city), appid (api key), units (metric)

File Sturcture

Project4/

|-- index.php (main page)

|-- weather.php (api logic)

|-- config.php (api key)

|-- style.css (Design)