1.0.0 • Published 4 years ago

biz2credit-code-challenge-gaurav-pandey-3 v1.0.0

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

USAGE

biz2credit-code-challenge-gaurav-pandey-3 API is a npm package to find out the latitude and longitude that lies within a given range (in kms). It means you can check if given cordinates exist in given range from source cordinates.

Installation Steps

  1. Download biz2credit-code-challenge-gaurav-pandey-3 package with the help of npm.

e.g. npm install biz2credit-code-challenge-gaurav-pandey-3

  1. Import this package inside your javascript file

e.g. const Biz2CreditAPI = require('biz2credit-code-challenge-gaurav-pandey-3');

  1. Instantiate Biz2CreditAPI function with arguments range and source cordinates

e.g. const biz2CreditInstance = Biz2CreditAPI(<distance:number>, <source-latitude:string>, <source-longitude:number>)