All Projects → hakanensari → country

hakanensari / country

Licence: other
IP to country

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to country

Geoip2 Golang
Unofficial MaxMind GeoIP2 Reader for Go
Stars: ✭ 1,074 (+3256.25%)
Mutual labels:  geolocation, geoip
Geo ip
Retreive the geolocation of an IP address based on the ipinfodb.com webservice
Stars: ✭ 103 (+221.88%)
Mutual labels:  geolocation, geoip
Maxminddb Golang
MaxMind DB Reader for Go
Stars: ✭ 319 (+896.88%)
Mutual labels:  geolocation, geoip
Shiny geoip
IP to location API service
Stars: ✭ 172 (+437.5%)
Mutual labels:  geolocation, geoip
tinygeoip
🐉 tiny geoip microservice
Stars: ✭ 13 (-59.37%)
Mutual labels:  geolocation, geoip
nodejs-geoip2ws
Maxmind GeoIP2 Web Services for Node.js
Stars: ✭ 47 (+46.88%)
Mutual labels:  geolocation, geoip
Country Ip Blocks
CIDR country-level IP data, straight from the Regional Internet Registries, updated hourly.
Stars: ✭ 100 (+212.5%)
Mutual labels:  geolocation, geoip
Iploc
Fastest IP To Country Library
Stars: ✭ 224 (+600%)
Mutual labels:  geolocation, geoip
GeoLite.mmdb
MaxMind's GeoIP2 GeoLite2 Country, City, and ASN databases
Stars: ✭ 690 (+2056.25%)
Mutual labels:  geolocation, geoip
locus
MMDB reader for geolocation and ASN lookup of IP addresses
Stars: ✭ 93 (+190.63%)
Mutual labels:  geolocation, geoip
express-ip
An Express Middleware for getting IP information
Stars: ✭ 28 (-12.5%)
Mutual labels:  geolocation, geoip
geoip
🌚 🌍 🌝 GeoIP 规则文件加强版,同时支持定制 V2Ray dat 格式路由规则文件 geoip.dat 和 MaxMind mmdb 格式文件 Country.mmdb。Enhanced edition of GeoIP files for V2Ray, Xray-core, Trojan-Go, Clash and Leaf, with replaced CN IPv4 CIDR available from ipip.net, appended CIDR lists and more.
Stars: ✭ 524 (+1537.5%)
Mutual labels:  geoip
laravel-geoly
Perform fast and efficient radius searches on your Laravel Eloquent models.
Stars: ✭ 25 (-21.87%)
Mutual labels:  geolocation
IchnaeaNlpBackend
Backend for UnifiedNlp that uses Mozilla Location Service for geolocation.
Stars: ✭ 68 (+112.5%)
Mutual labels:  geolocation
LocalSupport
A directory of local support services and volunteer opportunities
Stars: ✭ 60 (+87.5%)
Mutual labels:  geolocation
RealtimeTaxiAndroidDemo
PubNub Demo that uses a Publish/Subscribe model to implement a realtime map functionality similar to Lyft/Uber.
Stars: ✭ 55 (+71.88%)
Mutual labels:  geolocation
simple-location
Adds Basic Location Support to Wordpress
Stars: ✭ 26 (-18.75%)
Mutual labels:  geolocation
V2RayGeoKit
No description or website provided.
Stars: ✭ 26 (-18.75%)
Mutual labels:  geoip
sawmill
Sawmill is a JSON transformation Java library
Stars: ✭ 92 (+187.5%)
Mutual labels:  geoip
ip2location-nginx
This is IP2Location Nginx module that enables the user to find the country, region (state), city, latitude, longitude, zip code, time zone, ISP, domain name, connection type, area code, weather, mobile network, elevation, usage type, address type and IAB category by IP address or hostname originates from.
Stars: ✭ 38 (+18.75%)
Mutual labels:  geolocation

Country

Build

Country is a browser-friendly and privacy-conscious geolocation API that gets your users' country (and nothing else) from their IP.

Usage

Country has a minimal 🔥 interface.

Query the IP of the requesting client.

https://api.country.is/

Query any IP.

https://api.country.is/9.9.9.9

See the age of the underlying data file.

https://api.country.is/version

Country automatically checks for a newer version every 24 hours.

Deployment

Use the hosted service or run privately with

docker run -d -p 3000:3000 -e LICENSE_KEY=YOUR_LICENSE_KEY hakanensari/country

Replace the YOUR_LICENSE_KEY placeholder with a license key associated with your MaxMind account.

Notes

Country uses GeoLite2 data provided by MaxMind. Since 30 December 2019, you need to register for a license key to download their data.

The hosted service does not log requests.

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].