mirror of
https://dev.azure.com/tstanciu94/PhantomMind/_git/Bitip
synced 2025-10-13 01:52:19 +03:00
Bitip.Client
Bitip is a high-performance GeoIP lookup service designed to provide accurate geolocation data for IP addresses.
-------- TO DO --------
- You can see Bitip live here: https://lab.code-rove.com/bitip/
Bitip.Client is a simple .net client for Bitip. SDK is available as NuGet package on NuGet. Detail this section.
Installation
You can install the Bitip.Client package via NuGet Package Manager Console:
Install-Package Bitip.Client
Or via .NET CLI:
--- TO DO ---