https://github.com/bntzio/cliip
Get your ip info with a single cli command 💻
https://github.com/bntzio/cliip
cli cli-app ip ip-address
Last synced: 6 months ago
JSON representation
Get your ip info with a single cli command 💻
- Host: GitHub
- URL: https://github.com/bntzio/cliip
- Owner: bntzio
- License: mit
- Created: 2017-05-01T23:18:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T01:16:07.000Z (about 9 years ago)
- Last Synced: 2025-02-16T12:16:05.610Z (over 1 year ago)
- Topics: cli, cli-app, ip, ip-address
- Language: JavaScript
- Homepage:
- Size: 579 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
cliip
Get your ip info with a single cli command 💻
[](https://travis-ci.org/bntzio/cliip)
[](https://www.npmjs.com/package/cliip)
[](https://github.com/bntzio/cliip/blob/master/license)
## What is cliip?
Cliip (shorthand for cli-ip) is the fastest way to know your public ip address directly from the command line interface.
Cliip uses the [ipinfo](http://ipinfo.io/) api to get the ip information.
## Requirements
* Node version >=6
## Install
`npm install --global cliip`
## Usage
Just type `cliip` in your terminal and voila! 🎊
## Demo

## Commands
Some commands include:
* `cliip country` - get current ip country
* `cliip city` - get current ip city
* `cliip hostname` - get current ip hostname
You can also chain arguments! 😄
`cliip country city hostname`
Type `cliip --help` to see all the available commands.
## License
MIT © [Enrique Benitez](https://bntz.io)