1.0.10 • Published 6 years ago

the-geo v1.0.10

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

the-geo

Build Status npm Version JS Standard

Geo location utility

Installation

$ npm install the-geo --save

Usage

'use strict'

const {TheGeo} = require('the-geo')

async function tryExample () {

  const geo = new TheGeo()

  const {lat, lng} = await geo.detect()
  console.log('current geo location', {lat, lng})

}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago