find-my-ip-cli
v2.0.5
Published
CLI to find your public IP address
Downloads
100
Maintainers
Readme
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>