0.2.1 • Published 5 years ago

get-geo-fiv v0.2.1

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

#Get-geo

Get geo info by ip address via http://ip-api.com Build Status

Installation

$ npm install -g get-geo-fiv

Usage

Get geo info by specified ip address

$ get-geo 134.234.3.2

returns json

{
"as": "AS1586 DoD Network Information Center",
"city": "Sierra Vista",
"country": "United States",
"countryCode": "US",
"isp": "DoD Network Information Center",
"lat": 31.5552,
"lon": -110.35,
"org": "USAISC",
"query": "134.234.3.2",
"region": "AZ",
"regionName": "Arizona",
"status": "success",
"timezone": "America/Phoenix",
"zip": "85613"
}

Get geo info by your current ip address

$ get-geo
0.2.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago