Skip to content

pborade90/city-forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Web App

This is a simple weather web app built using HTML, CSS, and JavaScript. The app uses the AccuWeather API to provide current weather conditions based on the city name entered by the user. It displays the weather status (e.g., cloudy, sunny) along with the current temperature in Celsius.

Features

  • Search weather conditions for any city by name.
  • Displays the current weather status (e.g., sunny, cloudy, etc.).
  • Shows the current temperature in Celsius.
  • Clean and responsive user interface.

Demo

You can check out a live demo of the app here: CityForecast

Tech Stack

  • HTML: For structuring the web page.
  • CSS: For styling the app.
  • JavaScript: For making API requests and handling UI interactions.
  • AccuWeather API: Used to fetch real-time weather data.

How to Use

Once you have your API key, open the forecast.js file in the project.

Replace the API key in the forecast.js file with your actual AccuWeather API key.

const key = 'YOUR_API_KEY_HERE';

Contact

If you have any questions, feel free to reach out:

Email: pborade90@gmail.com

About

This is a simple weather web app built using HTML, CSS, and JavaScript. The app uses the AccuWeather API to provide current weather conditions based on the city name entered by the user. It displays the weather status along with the current temperature in Celsius.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors