4 packages returned for Tags:"freegeoip"
- 4,071 total downloads
- last updated 2/17/2017
- Latest version: 1.0.3
A .NET Core client for retrieving IP address location data from freegeoip.net.
- 1,199 total downloads
- last updated 9/11/2016
- Latest version: 1.0.1
AspNetCoreFreeGeoIp is an ASP.NET Core wrapper for the freegeoip GitHub project.
- 1,320 total downloads
- last updated 7/5/2017
- Latest version: 1.0.2
A Helper module to simplify using the free MaxMind GeoIP database using the MaxMind API and caching the files from the CDN of MaxMind
Simple demo:
var ip = "213.140.15.199";
var city = FreeGeoIP2.FindCityOrDefault(ip);
var country = FreeGeoIP2.FindCountryOrDefault(ip);
var asn =...
More information