Skip to content

pear0806/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather APP

A simple weather application that allows users to search for current weather conditions by entering a location. The application retrieves weather data using the OpenWeather API and displays relevant information, including temperature, weather description, humidity, and wind speed.

Features

  • Search for weather information by location.
  • Displays:
    • Temperature (in Celsius)
    • Weather conditions (e.g., Clear, Rain, Snow, etc.)
    • Humidity percentage
    • Wind speed in Km/h
  • View detailed API response data in the browser's developer console

Demo

Demo Image

Installation

  1. Clone the repository:

    git clone https://github.com/a0908512313/weather-app.git
  2. Navigate to the project directory:

    cd weather-app

Usage

  1. Enter a location (e.g., "Chiayi") in the search box.
  2. Click the search button or press Enter.
  3. View the weather information or error message if the location is invalid.
  4. To view the complete weather data:
    • Press F12 or open the Developer Tools
    • Select the "Console" tab
    • The full API response data will be displayed in the console when you search for a location

Screenshots Invalid Location

Invalid Location Screenshot

Feel free to contribute by submitting issues or pull requests!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors