Small geodesy latlon-spherical library
npm install geodesy-spherical
var geodesy = require('geodesy-spherical');
var LatLon = geodesy.LatLon;
`
See the actual API.
Building
If you want to re-build from the latest version of geodesy, run npm install then grunt`.