point2place
v0.1.3
Published
CLI/Library to lookup a point (long-lat) to get info on a place (country, state, city, population, etc)
Downloads
4
Maintainers
Readme
Point2Place
Library & CLI for converting longlat coordinates to a place (reverse geocoding without an api)
CLI
$ npx point2place --longlat 30,30
Data files used:
Run tests:
$ npm test
Ways get your Long-Lat coordinates
- CoreLocationCLI Mac OSX
$ brew cask install corelocationcli
$ CoreLocationCLI -format "%longitude,%latitude"