Socket
Socket
Sign inDemoInstall

ip-geolocation-api-jquery-sdk

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip-geolocation-api-jquery-sdk

## Basic Usage Add the following script in your page: ```html <script src="https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.0/ipgeolocation.min.js"></script> ``` ## Geolocation Lookup ```html ipgeoByApikey('YOUR_API_KEY') ipgeoByApikeyAndIp(


Version published
Weekly downloads
27
decreased by-72.16%
Maintainers
1
Weekly downloads
 
Created
Source

IPGeolocation API JQuery SDK

Basic Usage

Add the following script in your page:

<script src="https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.3/ipgeolocation.min.js"></script>

Geolocation Lookup

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

ipgeoByApikeyAndIps('YOUR_API_KEY', ['1.1.1.1','2.2.22.2','34.1.1.3'])

Time Zone API

timezoneByApikey('YOUR_API_KEY')
timezoneByApikeyAndIp('YOUR_API_KEY', '1.1.1.1')
timezoneByApikeyAndTimezone('YOUR_API_KEY', 'America/Los_Angeles')

// Query time zone information by latitude and longitude of the location
timezoneByApikeyLatitudeAndLongitude('YOUR_API_KEY', '31.4816', '74.3551')

Keywords

FAQs

Package last updated on 15 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc