All Projects → Richienb → Iplocation

Richienb / Iplocation

Licence: mit
Get ip location information.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Iplocation

Geolocate-IP-Browser-Extension
A browser extension, which shows you the origin of your IP address.
Stars: ✭ 21 (-70%)
Mutual labels:  geolocation, ip-address, ip
IP2Location-C-Library
IP2Location C library enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather station code, weather station name, mobile, usage types, etc that any IP address or hostname originates from.
Stars: ✭ 37 (-47.14%)
Mutual labels:  geolocation, ip-address
ip2location-nginx
Nginx module that allows user to lookup for geolocation information using IP2Location database.
Stars: ✭ 33 (-52.86%)
Mutual labels:  geolocation, ip-address
IP2Location-PHP-Module
This module is a PHP module that enables the user to find the country, region, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, mobile, usage types, address type, IAB category, etc that any IP address or host name originates from.
Stars: ✭ 154 (+120%)
Mutual labels:  geolocation, ip-address
Ipdata
🌐 An IP lookup system utilizing open datasets
Stars: ✭ 58 (-17.14%)
Mutual labels:  geolocation, ip
pikaz-location
定位插件(限中国)
Stars: ✭ 78 (+11.43%)
Mutual labels:  geolocation, ip
ipapi-python
Python bindings for https://ipapi.co (IP Address Location) - Use with python / django / flask for IP address location lookup
Stars: ✭ 42 (-40%)
Mutual labels:  geolocation, ip-address
IPpy
🚀 Ping IP addresses and domains in parallel to find the accessible and inaccessible ones.
Stars: ✭ 54 (-22.86%)
Mutual labels:  ip-address, ip
ip
Immutable value object for IPv4 and IPv6 addresses, including helper methods and Doctrine support.
Stars: ✭ 212 (+202.86%)
Mutual labels:  ip-address, ip
findip
🔧 Python Script For Finding All Available Local IP Addresses
Stars: ✭ 38 (-45.71%)
Mutual labels:  ip-address, ip
express-ip
An Express Middleware for getting IP information
Stars: ✭ 28 (-60%)
Mutual labels:  geolocation, ip
node-ip2region
IP/IPv6 to region on Node.js (IP/IPv6 地址到区域运营商)
Stars: ✭ 95 (+35.71%)
Mutual labels:  ip-address, ip
ipinfo
A wrapper around the ipinfo.io services
Stars: ✭ 51 (-27.14%)
Mutual labels:  geolocation, ip
alfred-ip-address-workflow
Alfred 5 workflow for getting your local and external IP addresses.
Stars: ✭ 163 (+132.86%)
Mutual labels:  ip-address, ip
private-ip
Check if IP address is private.
Stars: ✭ 26 (-62.86%)
Mutual labels:  ip-address, ip
server-ip-addresses
Daily updated list of IP addresses / CIDR blocks used by data centers, cloud service providers, servers, etc.
Stars: ✭ 74 (+5.71%)
Mutual labels:  ip-address, ip
Track Ip
Advanced Ip Tracker Tool
Stars: ✭ 150 (+114.29%)
Mutual labels:  geolocation, ip
Mercury
Mercury is a hacking tool used to collect information and use the information to further hurt the target
Stars: ✭ 236 (+237.14%)
Mutual labels:  geolocation, ip
Cuteit
IP obfuscator made to make a malicious ip a bit cuter
Stars: ✭ 475 (+578.57%)
Mutual labels:  ip, ip-address
Maxminddb Golang
MaxMind DB Reader for Go
Stars: ✭ 319 (+355.71%)
Mutual labels:  geolocation, ip-address

iplocation Travis CI Build Status

Get ip location information.

NPM Badge

Install

npm install iplocation

Usage

const ipLocation = require("iplocation");

(async () => {
	await ipLocation("172.217.167.78");
	//=> { latitude: -33.8591, longitude: 151.2002, region: { name: "New South Wales" ... } ... }
})();

API

ipLocation(ip)

ip

Type: string

The ipv4 address to get the information for.

Providers

iplocation currently uses ipapi for IP lookups. Their free API is limited to 1000 requests per day.

Related

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].