From 91849166526bcd7cc706957a5465ee601cb506f1 Mon Sep 17 00:00:00 2001 From: Giancarlo Mennillo Date: Thu, 19 Dec 2024 13:46:54 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f025f04..d4fec84 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Weather Forecast App using BLoC +[![CI Status](https://github.com/GianMen91/flutter_weather_forecast_app/actions/workflows/ci.yml/badge.svg)](https://github.com/GianMen91/flutter_weather_forecast_app/actions/workflows/ci.yml) + ## Overview The Weather Forecast App is a modern, responsive Flutter application that provides real-time weather information for any city. Built using the BLoC pattern for effective state management, the app ensures a clean separation of business logic from the UI, leading to a robust and maintainable codebase. @@ -39,4 +41,4 @@ The Lottie files used to display weather icons and animations within the app wer The application is designed to provide a consistent and enjoyable experience across various screen sizes, from small mobile devices to large tablets. Whether in portrait or landscape mode, the app adapts seamlessly to offer an intuitive and engaging user interface. ## API Connection -The Weather Forecast App seamlessly connects to the OpenWeatherMap API to fetch real-time weather data, ensuring that users always have the latest weather information. The integration includes fetching the current weather, five-day forecast, and other relevant details for the selected location. \ No newline at end of file +The Weather Forecast App seamlessly connects to the OpenWeatherMap API to fetch real-time weather data, ensuring that users always have the latest weather information. The integration includes fetching the current weather, five-day forecast, and other relevant details for the selected location.