ipstack:基于ipstack.com的Node.js的简单IP位置api

时间:2024-06-05 08:17:41
【文件属性】:

文件名称:ipstack:基于ipstack.com的Node.js的简单IP位置api

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-05 08:17:41

nodejs javascript ipinfo geolocation ip

适用于Node.js的ipstack API包装器 基于ipstack.com的简单ip地理位置api 安装 您需要从此处获取api密钥: : ,每月将获得1万次免费请求 npm install --save ipstack 用法 const ipstack = require ( 'ipstack' ) ipstack ( "8.8.8.8" , "" , ( err , response ) => { console . log ( response ) } ) 输出示例 { ip : ' 8.8 . 8.8 ' , type : 'ipv 4 ' , continent_code : 'NA' , continent_name : 'North America' , country_code : 'US' ,


【文件预览】:
ipstack-master
----index.js(670B)
----package.json(399B)
----example.js(104B)
----ReadME.md(980B)

网友评论