15.4.15 • Published 4 years ago

@the-/geo v15.4.15

Weekly downloads
526
License
MIT
Repository
github
Last release
4 years ago

@the-/geo

npm Version

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

See API Guide for more detail

License

This software is released under the MIT License.

Links

15.4.15

4 years ago

15.4.13

5 years ago

15.4.10

5 years ago

15.4.1

5 years ago

15.2.0

5 years ago

15.1.4

5 years ago

15.1.3

5 years ago

15.1.2

5 years ago

15.1.0

5 years ago

15.0.3

5 years ago