0.1.6 • Published 7 years ago

oop-workshop-library v0.1.6

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago