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

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

License

Notifications You must be signed in to change notification settings

roshanr10/ip-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published