Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 810 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 810 Bytes

Ip Info

Get your ip info from https://ipinfo.io/

  • This project is simple wrapper for the following command:
curl ipinfo.io
  • To use cargo run to run the program
+---------------+-----------+-----------+---------+-----------------+--------------------------+--------+----------------+
| ip            | city      | region    | country | loc             | org                      | postal | timezone       |
+---------------+-----------+-----------+---------+-----------------+--------------------------+--------+----------------+
| 13.212.33.105 | Singapore | Singapore | SG      | 1.2707,103.8632 | AS16509 Amazon.com, Inc. | 018988 | Asia/Singapore |
+---------------+-----------+-----------+---------+-----------------+--------------------------+--------+----------------+