UNPKG

geo.what3words

Version:

Turns WGS84 coordinates into three words or OneWords and vice-versa using what3words.com HTTP API

39 lines (38 loc) 828 B
{ "name": "geo.what3words", "description": "Turns WGS84 coordinates into three words or OneWords and vice-versa using what3words.com HTTP API", "main": "index.js", "version": "2.0.0", "private": false, "repository": { "type": "git", "url": "https://github.com/OpenCageData/js-geo-what3words.git" }, "scripts": { "test": "make test" }, "dependencies": { "lodash": "~2.4.1", "request": "^2.69.0" }, "devDependencies": { "mocha": "~1.21.0", "should": "~4.0.4", "when": "~3.4.2" }, "keywords": [ "lokku", "what3words", "api", "library", "utility", "geo", "maps", "geolocation" ], "author": "Ignacio Rivas <rivasign@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/OpenCageData/js-geo-what3words/issues" } }