Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/frankodoom/CountryDa…
Browse files Browse the repository at this point in the history
…ta.Net into development
  • Loading branch information
frankodoom committed May 31, 2024
2 parents fbe6a8b + 58917ef commit 049f4eb
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<img src="./Assets/logo.png" alt="logo" height="200" width="200">



# :earth_africa: CountryData.Net
[![Gitter](https://badges.gitter.im/CountryDataDotnet/community.svg)](https://gitter.im/CountryDataDotnet/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Expand All @@ -17,24 +14,21 @@ A simple cross-platform offline .NET library for getting Global Country Data wit

### Features

- 📄 Load country data from a JSON file
- 🌍 Get all country data
- 🏳️‍🌈 Get a single country's data by its short code
- 🚩 Get a country's emoji flag by its short code
- 🗺️ Get regions of a country by its short code
- 🌎 Get a list of all country names
- ☎️ Get a country's phone code by its short code
- 🌐 Get a country's data by its phone code
- 🌍 Get global country data [CountryName, CountryPhone, Region, CountryFlag, PhoneCode ]
- 🏳️‍🌈 Get country data by ISO 3166 country code
- 🚩 Get country flag by ISO 3166 country code
- 🗺️ Get country region by ISO 3166 country code
- ☎️ Get country phone code by ISO 3166 country code

### Install Library
##### Package Manager
```cSharp
PM> Install-Package CountryData.Standard -Version 1.3.0
PM> Install-Package CountryData.Standard -Version 1.4.0
```

##### .NET CLI
```cSharp
> dotnet add package CountryData.Standard --version 1.3.0
> dotnet add package CountryData.Standard --version 1.4.0
```


Expand Down

0 comments on commit 049f4eb

Please sign in to comment.