Skip to content

hicamilla/weather-aplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This is a weather application that allows users to search for weather data for different cities. Users can enter a city name in the search box and get the current weather information.

Features

  • Search for weather data for cities.
  • Display current weather information, including temperature, humidity, wind speed, and description.
  • Display the forecast for the next 5 days.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Axios library for making HTTP requests
  • SheCodes Weather API for fetching weather data

Usage

  1. Enter a city name in the search box.
  2. Press Enter or click the search button.
  3. The current weather information for the entered city will be displayed.
  4. Scroll down to view the forecast for the next 5 days.