distance-js

0.2.3 • Public • Published

distance-js

This package is a distance of coordinates module.

###demo

const distance = require('distance-js');
let result = distance.distance(longitude1, latitude1, longitude2, latitude2);

License

This project is licensed under the terms of MIT License. See the License file for more info.

Dependents (0)

Package Sidebar

Install

npm i distance-js

Weekly Downloads

3

Version

0.2.3

License

MIT

Last publish

Collaborators

  • duncup