4 packages tagged with “FreeGeoIP”
A .NET Core client for retrieving IP address location data from freegeoip.net.
Free .NET client to freegeoip.net for searching geolocation of IP addresses and host names
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 = FreeGeoIP2.FindAsnOrDefault(ip); q: info@tnxconsulting.com This product includes GeoLite2 data created by MaxMind, available from www.maxmind.com
AspNetCoreFreeGeoIp is an ASP.NET Core wrapper for the freegeoip GitHub project.