Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neo/ipv4s


https://github.com/neo/ipv4s

Last synced: about 1 month ago
JSON representation

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());
```