1.0.4 • Published 6 years ago

search-nearby-customers v1.0.4

Weekly downloads
5
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago