Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ip2location/ip2location-erlang
Use IP2Location geolocation database to lookup the geolocation information with IP2Location Erlang Module. It can be used to determine country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation, usage type, address type and IAB category that any IP address or hostname originates from.
https://github.com/ip2location/ip2location-erlang
erlang geolocation ip-address ip-database ip-geolocation ip-lookup ip2location ip2location-erlang location-database
Last synced: 2 months ago
JSON representation
Use IP2Location geolocation database to lookup the geolocation information with IP2Location Erlang Module. It can be used to determine country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation, usage type, address type and IAB category that any IP address or hostname originates from.
- Host: GitHub
- URL: https://github.com/ip2location/ip2location-erlang
- Owner: ip2location
- License: mit
- Created: 2016-09-22T03:11:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T05:04:58.000Z (2 months ago)
- Last Synced: 2024-11-27T05:25:44.129Z (2 months ago)
- Topics: erlang, geolocation, ip-address, ip-database, ip-geolocation, ip-lookup, ip2location, ip2location-erlang, location-database
- Language: Erlang
- Homepage: http://www.ip2location.com
- Size: 56.6 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# IP2Location Erlang Module
This Erlang module provides a fast lookup of country, region, city, latitude, longitude, ZIP code, time zone, ISP, domain name, connection type, IDD code, area code, weather station code, station name, mcc, mnc, mobile brand, elevation, usage type, address type and IAB category from IP address by using IP2Location database. This module uses a file based database available at IP2Location.com. This database simply contains IP blocks as keys, and other information such as country, region, city, latitude, longitude, ZIP code, time zone, ISP, domain name, connection type, IDD code, area code, weather station code, station name, mcc, mnc, mobile brand, elevation, usage type, address type, IAB category, district, autonomous system number (ASN) and autonomous system (AS) as values. It supports both IP address in IPv4 and IPv6.
This module can be used in many types of projects such as:
- select the geographically closest mirror
- analyze your web server logs to determine the countries of your visitors
- credit card fraud detection
- software export controls
- display native language and currency
- prevent password sharing and abuse of service
- geotargeting in advertisementThe database will be updated in monthly basis for the greater accuracy. Free LITE databases are available at https://lite.ip2location.com/ upon registration.
The paid databases are available at https://www.ip2location.com under Premium subscription package.
Developer Documentation
=====================
To learn more about installation, usage, and code examples, please visit the developer documentation at [https://ip2location-erlang.readthedocs.io/en/latest/](https://ip2location-erlang.readthedocs.io/en/latest/).