Skip to content

A Simple Weather Application made using HTML , CSS , JS , PHP and MySQL

Notifications You must be signed in to change notification settings

samTime101/WeatherIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

WEATHER IT

image

Weather It is a web based application made using HTML, JS, CSS ,PHP and MYSQL.
It fetches weather data from https://openweathermap.org/ and parses it on json form and displays it on the web.
It retrieves required data for the address given by the user.It uses JS asynchronous functions and concepts like await, try and catch , arrays and html data manipulation through JS itself.
I have used TABLE based layout for easier styling and layouting . I have used MySQL and PHP for database and backend.

DATAS SHOWN

  • Date
  • Address
  • Windspeed
  • Humidity
  • Temperature
  • Pressure
  • Wind direction

Preview