/Ip-Geolocation

Primary LanguageRustMIT LicenseMIT

Rust IP address geolocation scanner

1

What is this?

  • 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.

How to use it?

  • Download ip_geolocation.exe and run it from terminal.
  • Example:
ip_geolocation -i 216.58.216.238

2

How can I support?

  • You can fork the project and pull request improvements or mistakes, in code or comments that you find.