Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo/ipv4s
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/neo/ipv4s
- Owner: neo
- Created: 2018-05-15T20:02:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T20:20:11.000Z (over 6 years ago)
- Last Synced: 2024-11-22T15:40:47.881Z (about 1 month ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPv4s
Get **all** of your ipv4 addresses.
# Usage
```shell
npx ipv4s
```or
```js
const ipv4s = require('ipv4s');
console.log(ipv4s());
```