1.0.3 • Published 7 years ago

search-nearby-customers v1.0.3

Weekly downloads
5
License
ISC
Repository
-
Last release
7 years ago

search-nearby-customers

A library to find a list of the users whose location are nearby (you can specify the distance in km) a specific central GPS co-ordinate from a given data file.

Example

const filterByDistance = require('search-nearby-customers');

filterByDistance('./data.txt', 100, [53.339428, -6.257664])
.then(filteredCustomers => console.log(filteredCustomers));
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago