0.1.6 • Published 6 years ago

oop-workshop-library v0.1.6

Weekly downloads
2
License
ISC
Repository
github
Last release
6 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

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago