ip-tracker

Performs simple lookup to find approximate coordinates while given an ip address.

Usage no npm install needed!

<script type="module">
  import ipTracker from 'https://cdn.skypack.dev/ip-tracker';
</script>

README

IP-Tracker

Performs simple lookup to find approximate coordinates while given an ip address.

How to use

Import the module within into your program, and use as shown.

var tracker = require('ip-tracker');

tracker('52.64.32.34');

Returns Object in format return { latitude: 72, longitude: 43 };