oop-workshop-library

0.1.6 • Public • Published

IP Geo

const ip = '134.234.3.2';
const url = 'http://ip-api.com/json/';
const userInfo = new GetInfoByIp(ip, url);
const Location = await userInfo.getLocation();
console.log(`из города ${Location.city}, в ${Location.region} ${Location.country}`)
// из города Sierra Vista (Fort Huachuca), в Arizona United States

Build Status

Readme

Keywords

none

Package Sidebar

Install

npm i oop-workshop-library

Weekly Downloads

0

Version

0.1.6

License

ISC

Unpacked Size

33.5 kB

Total Files

11

Last publish

Collaborators

  • mimikria