ipify:用于轻松访问 IPIFY 服务的模块

时间:2024-06-17 22:55:24
【文件属性】:

文件名称:ipify:用于轻松访问 IPIFY 服务的模块

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-17 22:55:24

JavaScript

IPIFY 用于轻松简化 IPIFY IPv4 服务访问的模块 安装 npm i @mindlessxd/ipify 例子 IPv4 const ipify = require ( '@mindlessxd/ipify' ) ; ( async ( ) => { try { let ip = await ipify ( ) console . log ( ip ) } catch ( error ) { console . log ( error ) } } ) ( ) ;


【文件预览】:
ipify-main
----.gitignore(38B)
----package.json(598B)
----LICENSE(2KB)
----index.js(504B)
----README.md(344B)

网友评论