Skip to content
This repository has been archived by the owner on Dec 25, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 321 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 321 Bytes

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

{
    latitude: 72,
    longitude: 43
}