Skip to content

0xRichardH/ipinfo-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 |
+---------------+-----------+-----------+---------+-----------------+--------------------------+--------+----------------+

About

A simple command to get your ip info

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages