Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/damingerdai/ipjs

ipjs
https://github.com/damingerdai/ipjs

Last synced: 19 days ago
JSON representation

ipjs

Awesome Lists containing this project

README

        

# ipjs

获取本地ip的JavaScript工具库

# 安装

该库尚未发布至npm,暂时不支持在线安装

# 使用

```
const { getIpv4, getIpv6 } = require('ipjs');

console.log(getIpv4());
console.log(getIpv6());
```

# 所有者

[@大明二代](https://github.com/damingerdai)

# License

[MIT](LICENSE) © 大明二代