npm.io
1.0.0 • Published 6 years ago

biz2credit-code-challenge-gaurav-pandey-3

Licence
ISC
Version
1.0.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0

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)

Keywords