Skip to content

Commit 3eabcd7

Browse files
committed
Published version @1.0.5
1 parent da4c882 commit 3eabcd7

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"_from": "ip-geolocation-api-jquery-sdk",
3-
"_id": "ip-geolocation-api-jquery-sdk@1.0.5",
43
"_inBundle": false,
54
"_integrity": "sha512-mmwTYe04ioiUcnOaMiPYD5SFIBoqvnRgeC/YkrYe5B9VGxRd1gdXVmDAaXRoHacDvgnqhW+CDMXnyEvvgXtj0g==",
65
"_location": "/ip-geolocation-api-jquery-sdk",
@@ -23,12 +22,10 @@
2322
"_shasum": "7afe1f670ee1309eb9effb25818c481c5d855593",
2423
"_spec": "ip-geolocation-api-jquery-sdk",
2524
"_where": "/home/developer/jQry/npm",
26-
"author": {
27-
"name": "ipgeolocation"
28-
},
25+
"author": "ipgeolocation",
2926
"bundleDependencies": false,
3027
"deprecated": false,
31-
"description": "## Basic Usage Add the following script in your page: ```html <script src=\"https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.5/ipgeolocation.min.js\"></script> ``` ## Geolocation Lookup ```html ipgeoByApikey('YOUR_API_KEY') ipgeoByApikeyAndIp('YOUR_API_KEY', '1.1.1.1') ipgeoByApikeyAndFields('YOUR_API_KEY', 'geo,time_zone,currency') ipgeoByApikeyFieldsAndIp('YOUR_API_KEY', 'geo,time_zone,currency', '1.1.1.1') ``` ## Bulk Geolocations Lookup ```html ipgeoByApikeyAndIps('YOUR_API_KEY', ['1.1.1.1','2.2.22.2','34.1.1.3']) ``` ## Time Zone API ```html timezoneByApikey('YOUR_API_KEY') timezoneByApikeyAndIp('YOUR_API_KEY', '1.1.1.1') timezoneByApikeyAndTimezone('YOUR_API_KEY', 'America/Los_Angeles')",
28+
"description": "JQuery SDK for [IP Geolocation API](https://ipgeolocation.io/). You can use this SDK to Geolocate an IP address and get time zone information based on geolocation coordinates, or an IP address.",
3229
"keywords": [
3330
"ip",
3431
"ipgeo",
@@ -49,5 +46,13 @@
4946
"scripts": {
5047
"test": "echo \"Error: no test specified\" && exit 1"
5148
},
52-
"version": "1.0.5"
49+
"version": "1.0.5",
50+
"repository": {
51+
"type": "git",
52+
"url": "git+https://github.com/IPGeolocation/ip-geolocation-api-jQuery-sdk.git"
53+
},
54+
"bugs": {
55+
"url": "https://github.com/IPGeolocation/ip-geolocation-api-jQuery-sdk/issues"
56+
},
57+
"homepage": "https://github.com/IPGeolocation/ip-geolocation-api-jQuery-sdk#readme"
5358
}

0 commit comments

Comments
 (0)