文件名称:ipify:获取您的公共IP地址
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-15 01:35:36
JavaScript
ipify
获取您的公共IP地址
使用或。
安装
$ npm install ipify
用法
const ipify = require ( 'ipify' ) ;
( async ( ) => {
console . log ( await ipify ( ) ) ;
//=> '2001:0db8:85a3:0000:0000:8a2e:0370:7334'
console . log ( await ipify ( { useIPv6 : false } ) ) ;
//=> '82.142.31.236'
} ) ( ) ;
原料药
ipify(选项?)
返回带有IP地址的Promise
【文件预览】:
ipify-main
----.gitignore(23B)
----package.json(684B)
----.npmrc(19B)
----index.js(368B)
----test.js(460B)
----.github()
--------workflows()
--------funding.yml(91B)
----license(1KB)
----readme.md(1KB)
----index.test-d.ts(313B)
----.gitattributes(19B)
----.editorconfig(175B)
----index.d.ts(740B)