1.0.0 • Published 5 years ago

@karthikeyan_mean/disttrixs100 v1.0.0

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

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);
  });
1.0.0

5 years ago