1.0.10 • Published 5 years ago

the-geo v1.0.10

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago