1.2.0 • Published 4 years ago

find-nearest-customers v1.2.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
4 years ago

How to use the package? This fetched all the customers which are within a 100 KM range of dublin.

var sendingDinnerInvite = require('find-nearest-customers');

sendingDinnerInvite.getCustomersInRadius({ file_path : "Complete file path" }).then((customerList) => { console.log(customerList); }).catch((err) => { console.log(err); })

#If we are not sending file_path in options then a demo file will be used.

1.2.0

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago