1.0.0 • Published 3 years ago

@jswork/next-ip2info v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

next-ip2info

Get infomation from ip.

version license size download

installation

npm install -S @jswork/next-ip2info

usage

import '@jswork/next-ip2info';

nx.ip2info('8.8.8.8').then(res=>{
  console.log(res);
});

/*
  {
    ip: '8.8.8.8',
    location: '美国 加利福尼亚州圣克拉拉县山景市谷歌公司DNS服务器',
    os: '未知操作系统',
    browser: '未知浏览器'
  }
*/

resources

license

Code released under the MIT license.