Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steel1990/ipaddr
Get computer's ipv4 address.
https://github.com/steel1990/ipaddr
Last synced: about 2 months ago
JSON representation
Get computer's ipv4 address.
- Host: GitHub
- URL: https://github.com/steel1990/ipaddr
- Owner: steel1990
- Created: 2013-07-05T10:29:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T04:22:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-23T02:37:43.371Z (almost 2 years ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ipaddr
===ipaddr is a command line tool that can let you know your computer's ipv4 address very easy.
## How To Use
Just text `ip` and press enter in your command line, then you can see your ipv4 address below.
## How To Install ipaddr
Just text `npm install -g ipaddr` and press enter in your command line, then wait for a moment, and it's done.
## Where's The Code
The code of ipaddr is at [github](https://github.com/steel1990/ipaddr).