crow-flies
v1.0.2
Published
this is the distance in both km and miles as the crow flies based on two lat and longs
Downloads
629
Maintainers
Readme
crow-flies
crow-flies is a npm package for dealing with distance between two Latitudes and Longitudes "as the crow flies"
installation
use npm i crow-flies to install the package
usage
crow-flies.kilometers(Lat1, Long1, Lat2, Long2) returns the distance between the two coordinates in kilometers crow-flies.miles(Lat1, Long1, Lat2, Long2) returns the distance between the two coordinates in miles
Author
Jacob Zanders (mogulders)