find-my-ip-cli
Version:
CLI to find your public IP address
32 lines (22 loc) • 815 B
Markdown
# find-my-ip-cli
[](https://github.com/prettier/prettier)
[](https://packagephobia.now.sh/result?p=find-my-ip-cli)
[](https://npmjs.com/find-my-ip-cli)
> CLI to find your public IP address
It is using the `find-my-ip` microservice.
Github link: https://github.com/acestojanoski/find-my-ip
## Install
```
$ npm install -g find-my-ip-cli
```
## Usage
```
Usage
$ find-my-ip
Options:
--endpoint, -e Use your own endpoint to find your IP
Examples
$ find-my-ip
$ find-my-ip -e <your_endpoint>
$ find-my-ip --endpoint <your_endpoint>
```