1- <img src =" ./Assets/logo.png " alt =" logo " height =" 200 " width =" 200 " >
2-
3-
41
52# :earth_africa : CountryData.Net
63[ ![ Gitter] ( https://badges.gitter.im/CountryDataDotnet/community.svg )] ( https://gitter.im/CountryDataDotnet/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
@@ -12,29 +9,26 @@ A simple cross-platform offline .NET library for getting Global Country Data wit
129| nuget downloads | [ ![ ] ( https://img.shields.io/nuget/dt/CountryData.Standard )] ( https://www.nuget.org/packages/CountryData.Standard ) |
1310| builds | ![ .NET] ( https://github.com/frankodoom/CountryData.Net/actions/workflows/development-action.yml/badge.svg?branch=development ) |
1411|code coverage|[ ![ codecov] ( https://codecov.io/github/frankodoom/CountryData.Net/branch/development/graph/badge.svg?token=E79CY267AR )] ( https://codecov.io/github/frankodoom/CountryData.Net )
15-
12+ |code quality | [ ![ Quality Gate Status ] ( https://sonarcloud.io/api/project_badges/measure?project=frankodoom_CountryData.Net&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=frankodoom_CountryData.Net )
1613
1714
1815### Features
1916
20- - 📄 Load country data from a JSON file
21- - 🌍 Get all country data
22- - 🏳️🌈 Get a single country's data by its short code
23- - 🚩 Get a country's emoji flag by its short code
24- - 🗺️ Get regions of a country by its short code
25- - 🌎 Get a list of all country names
26- - ☎️ Get a country's phone code by its short code
27- - 🌐 Get a country's data by its phone code
17+ - 🌍 Get global country data [ CountryName, CountryPhone, Region, CountryFlag, PhoneCode ]
18+ - 🏳️🌈 Get country data by ISO 3166 country code
19+ - 🚩 Get country flag by ISO 3166 country code
20+ - 🗺️ Get country region by ISO 3166 country code
21+ - ☎️ Get country phone code by ISO 3166 country code
2822
2923### Install Library
3024##### Package Manager
3125``` cSharp
32- PM > Install - Package CountryData .Standard - Version 1.3 .0
26+ PM > Install - Package CountryData .Standard - Version 1.4 .0
3327```
3428
3529##### .NET CLI
3630``` cSharp
37- > dotnet add package CountryData .Standard -- version 1.3 .0
31+ > dotnet add package CountryData .Standard -- version 1.4 .0
3832```
3933
4034
0 commit comments