1.0.1 • Published 4 years ago

biz2credit-api v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

USAGE

Biz2Credit API is a utility to find out the existance of latitude and longitude 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 Biz2CreditAPI package with the help of npm.

e.g. npm install biz2credit-api

  1. Import this package inside your javascript file

e.g. const Biz2CreditAPI = require('biz2credit-api');

  1. Instantiate Biz2CreditAPI function with arguments range and source cordinates

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