https://github.com/cryptex-github/whatip
A simple CLI program to look up an IP address
https://github.com/cryptex-github/whatip
Last synced: 6 months ago
JSON representation
A simple CLI program to look up an IP address
- Host: GitHub
- URL: https://github.com/cryptex-github/whatip
- Owner: Cryptex-github
- License: mit
- Created: 2022-09-09T05:24:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T04:33:25.000Z (over 2 years ago)
- Last Synced: 2024-10-31T11:45:15.014Z (7 months ago)
- Language: Rust
- Homepage: https://crates.io/crates/whatip
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WhatIP
A simple CLI program to look up an IP address
## Installation
Make sure you have cargo installed, then run `cargo install whatip`## Usage
`whatip` will look up an IP address and return informations about it.```bash
$ whatip 1.1.1.1IP: 1.1.1.1
Country: Australia (AU)
Region: Queensland (QLD)
City: South Brisbane
Zip code: 4101
Latitude: -27.4766
Longitude: 153.0166
Timezone: Australia/Brisbane
ISP: Cloudflare, Inc
Organization: APNIC and Cloudflare DNS Resolver project
ASN: AS13335 Cloudflare, Inc.
ASN Name: CLOUDFLARENET
Hostname: one.one.one.one
```