From 26c2f5d5f533dfceffc25821f23102e4e0190382 Mon Sep 17 00:00:00 2001 From: rgdevment Date: Sat, 18 May 2024 22:07:29 -0400 Subject: [PATCH] feat: update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 643950d..af58a80 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Build Status](https://github.com/rgdevment/RetrieveCountriesAPI/actions/workflows/main.yml/badge.svg)](https://github.com/rgdevment/RetrieveCountriesAPI/actions/workflows/main.yml) +[![Coverage](https://rgdevment.github.io/RetrieveCountriesAPI/badges/jacoco.svg)](https://rgdevment.github.io/RetrieveCountriesAPI) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rgdevment_RetrieveCountriesAPI&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=rgdevment_RetrieveCountriesAPI) + + # RetrieveCountriesAPI RetrieveCountriesAPI is an open-source REST API designed to provide easy access to data about countries and cities worldwide. With an MIT license allowing free distribution and modification, our API is an ideal solution for developers needing to integrate geographical information into their applications simply and efficiently.