- This is IP geolocation scanner made with Rust lang. Working version 1.0
- Provided IP address for scan is sent as HTTP request to https://ip-api.com API and response format "JSON" is provided and mapped for display.
- Download
ip_geolocation.exe
and run it from terminal. - Example:
ip_geolocation -i 216.58.216.238
- You can fork the project and pull request improvements or mistakes, in code or comments that you find.