/weather-application

This repository contains the source code for a simple weather application that allows users to search for the current weather conditions of a specific city. The application is built using HTML, CSS, and JavaScript, and it utilizes the OpenWeather API for fetching real-time weather data.

Primary LanguageHTML

Weather Application

This repository contains the source code for a simple weather application that allows users to search for the current weather conditions of a specific city. The application is built using HTML, CSS, and JavaScript, and it utilizes the OpenWeather API for fetching real-time weather data.

Features

  • Search Functionality: Users can enter the name of a city and search for its current weather conditions.
  • Display: The application displays the current temperature, city name, date, weather icon, humidity, and wind speed.
  • Styling: The user interface is styled using the Roboto font from Google Fonts and includes a clean and responsive design.

Technologies Used

Usage

  1. Clone the repository to your local machine.
  2. Open the index.html file in a web browser.
  3. Enter a city in the search input and press "Search" to get the current weather information.

Credits

This project was developed by Olga Tenison.

Feel free to explore the code, suggest improvements, or use it as a starting point for your own weather-related projects!