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.
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
- 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
Before getting started, make sure you have the following installed:
- A modern web browser (Chrome, Firefox, Edge, etc.)
- Clone the repository to your local machine using the following command:
git clone https://github.com/anthocote19/Meteo-Project.git
=> Open index.html in your browser to launch the application.
=> 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
The project uses the OpenWeatherMap API, a reliable source for weather data.
You can sign up on OpenWeatherMap and get a free API key to test the project locally.
=> Go to the "API Keys" section to generate a new API key. => Replace the default API key in the code with yours.