UNPKG

@pranavstark/geo-distances

Version:

A geographical distance calculator. Calculates distance between two points using haversine formula.

20 lines (19 loc) 479 B
{ "name": "@pranavstark/geo-distances", "version": "0.0.2", "description": "A geographical distance calculator. Calculates distance between two points using haversine formula.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "distance-calculator", "haversine", "distance-between-two-points" ], "author": "pranavstark", "license": "MIT", "dependencies": { "colors": "^1.4.0" } }