IP Geolocation and IP Location Lookup Tools Console App
Requirements:
- Microsoft Visual Studio IDE
- vcpkg - C/C++ dependency manager from Microsoft
- Install curl package via vcpkg
.\vcpkg install curl
- Install nlohmann-json package via vcpkg
.\vcpkg install nlohmann-json