1.0.2 • Published 4 years ago

crow-flies v1.0.2

Weekly downloads
10
License
ISC
Repository
-
Last release
4 years ago

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)