Get information about an IP's country using API from ip2country.info.
Info
Version: | 1.0.0 |
Author(s): | Matias Dieguez |
Last Update: | Friday, September 29, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/matiasdieguez/netstandard-workshop/tree/master/src/01-ip2country |
NuGet Url: | https://www.nuget.org/packages/netip2country |
Install
Install-Package netip2country
dotnet add package netip2country
paket add netip2country
netip2country Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 2.0.0)
- Newtonsoft.Json(>= 10.0.3)