npm.io
0.0.0 • Published 6 years agoCLI

@geolonia/detic

Licence
MIT
Version
0.0.0
Deps
4
Size
6.3 MB
Vulns
0
Weekly
0

@geolonia/detic

A simple reverse geocoder library.

install and usage

$ npm install @geolonia/detic
$ detic jp 0,0                  // false
$ detic jp 139.925237,35.546346 // { "prefCode": "22" }

Development

$ git clone git@github.com:geolonia/detic.git
$ cd detic
$ npm install # or yarn
$ npm test