@karthikeyan_mean/disttrixs100
v1.0.0
Published
"Find distance between two points and send a invitation to the users whose distance is within 100kms from dublin"
Downloads
1
Readme
disttrixs100
Read a txt line by line and send invitation to the users within 100kms from dublin
Install
npm i @karthikeyan_mean/disttrixs100
Usage
Simple
const disttrixs=require('@karthikeyan_mean/disttrixs100');
disttrixs.inviteUsersWithin100kms('type your path of file',(err,result)=>
{
console.log(result);
});