Skip to content

A weather app is a software application that provides information about current and forecasted weather conditions, typically including temperature, precipitation, wind speed, and more.

Notifications You must be signed in to change notification settings

codemanishh/Weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather- Web App

As part of my coding projects, I developed a weather app using JavaScript, HTML, and CSS. The app allows users to enter a place name and retrieves real-time weather information, including temperature, humidity, weather forecast for the entire day, wind speed, and sunrise/sunset time. The app utilizes a weather API to fetch and display accurate weather data.

I have used https://api.weatherapi.com/v1/forecast.json?key=(ENTER YOUR KEY FORM WEBSITE weatherapi.com)&q=${city}

I have used https://api.weatherapi.com/v1/current.json?key=(ENTER YOUR KEY FORM WEBSITE weatherapi.com)&q=${city}

To fetch the forecast and current data. live website link below LIVE WEBSITE

About

A weather app is a software application that provides information about current and forecasted weather conditions, typically including temperature, precipitation, wind speed, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published