latlon-distance
A Node.js package that calculate distance between two lat long.
Usage
First, install the package using npm:
npm install latlon-distance --save
Then, require the package and use it like so:
var latLonDistance = require('latlon-distance');
console.log(latLonDistance(26.9124, 75.7873, 26.2389, 73.0243, "N"));
License
MIT