UNPKG

find-my-ip-cli

Version:
32 lines (22 loc) 815 B
# find-my-ip-cli [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![install size](https://packagephobia.now.sh/badge?p=find-my-ip-cli)](https://packagephobia.now.sh/result?p=find-my-ip-cli) [![Downloads](https://img.shields.io/npm/dm/find-my-ip-cli.svg)](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> ```