Skip to content

Commit 831fdc6

Browse files
committed
Updated README.md
1 parent 1a996a4 commit 831fdc6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Total Downloads](https://img.shields.io/gem/dt/ip2location_ruby.svg)](https://rubygems.org/gems/ip2location_ruby)
33

44
# IP2Location Ruby Library
5-
This is IP2Location Ruby library that enables the user to find the country, region or state, city, latitude and longitude, US ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, usage type, IP address type and IAB advertising category from IP address using IP2Location database. The library reads the geo location information from **IP2Location BIN data** file or web service.
5+
This is IP2Location Ruby library that enables the user to find the country, region or state, district, city, latitude and longitude, ZIP/Postal code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, usage type, address type, IAB category and ASN from IP address using IP2Location database. The library reads the geo location information from **IP2Location BIN data** file or web service.
66

77
Supported IPv4 and IPv6 address.
88

@@ -55,6 +55,9 @@ Below is the description of the functions available in the **BIN Database** look
5555
| get_usagetype | Return the ISP's usage type of IP address. |
5656
| get_addresstype | Returns the IP address type (A-Anycast, B-Broadcast, M-Multicast & U-Unicast) of IP address or domain name. |
5757
| get_category | Returns the IAB content taxonomy category of IP address or domain name. |
58+
| get_district | Returns the district or county name of IP address. |
59+
| get_asn | Returns the Autonomous system number (ASN) of IP address. |
60+
| get_as | Returns the Autonomous system (AS) name of IP address. |
5861

5962
## Web Service
6063
Below is the description of the functions available in the **Web Service** lookup.

0 commit comments

Comments
 (0)