Skip to content

cjordan223/WeatherWise-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherWise

This lightweight and easy-to-navigate web app allows users to search for current weather data and a 3-day forecast based on their location input.

image

Features

  • Search by Location: Enter a city or zipcode to retrieve current weather conditions.
  • Dynamic Weather Updates: Access real-time updates for temperature, conditions, and daily forecasts.
  • Responsive Design: Compatible with various devices and screen sizes.
  • Login Functionality: Secure access with a user authentication feature.

How It Works

The app fetches real-time weather data from WeatherAPI.com and dynamically updates the web page with the current weather and the forecast for the coming week. This Repo only contains the code needed for the app to run, you will need to get your free API key from weatherapi.com and use it in the script.js file.

For demonstration purposes, you can log in using the following credentials:

Development

This application uses vanilla JavaScript for DOM manipulation and event handling. Async/await is utilized for API requests, ensuring that weather data is fetched asynchronously without blocking the UI.

Contributions

Feel free to fork this repository and contribute by submitting a pull request.

Disclaimer

This app is for educational purposes only.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published