3.0.1 • Published 8 months ago

haaveersiinee v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Simple haversine

import haaveersiinee from "haaveersiinee";

const indonesia = {
  lat: 3.620359109,
  lng: 98.50007524,
};

const palestine = {
  lat: 31.90294475,
  lng: 35.20620938,
};

haaveersiinee(indonesia.lat, indonesia.lng, palestine.lat, palestine.lng);

MIT

3.0.1

8 months ago

3.0.0

9 months ago

0.3.0

9 months ago

0.1.0

12 months ago

0.2.0

12 months ago

2.0.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago