Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.7 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.7 KB

Meteo-Project

Meteo-Project is an online weather application that allows you to check real-time weather forecasts for any city in the world. This project is designed to be simple, fast, and easy to use, offering a pleasant and functional interface.

Technologies

This project uses the following technologies:

  • Frontend: HTML, CSS, JavaScript
  • API: OpenWeatherMap API to fetch weather data
  • Backend: None, fully front-end application
  • Versioning: Git, GitHub

Features

  • Current weather display for a given city
  • Hourly and daily forecasts for the upcoming days
  • City search by name
  • Weather icons display for a better visual experience

Installation

Prerequisites

Before getting started, make sure you have the following installed:

  • A modern web browser (Chrome, Firefox, Edge, etc.)

Clone the repository

  1. Clone the repository to your local machine using the following command:
    git clone https://github.com/anthocote19/Meteo-Project.git
    
    
    
    
    

Run the application

=> Open index.html in your browser to launch the application.

Usage

=> Type the name of a city in the search field. => Click on "Search" to view the weather forecast for that city. => The following information will be displayed: => Current temperature => Weather conditions (sunny, rainy, etc.) => Wind speed => Humidity => Forecast for the next days

API Used

The project uses the OpenWeatherMap API, a reliable source for weather data.

API Key

You can sign up on OpenWeatherMap and get a free API key to test the project locally.

Create an account on OpenWeatherMap.

=> Go to the "API Keys" section to generate a new API key. => Replace the default API key in the code with yours.