1.0.2 • Published 7 years ago

smizon-ip-location v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Current version: 1.x

Introduction

First published program, is a simple utility that determines your location using your IP address (kinda creepy, I know)

You should see 'Server location: CITY, REGION' printed to the command line.

Usage Example

var findLocation = require('smizon-ip-location');

findLocation(< IP >, function(err, location) { console.log('Server location: ' + location); });

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago