biz2credit-api

1.0.1 • Public • Published

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)

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i biz2credit-api

      Weekly Downloads

      0

      Version

      1.0.1

      License

      ISC

      Unpacked Size

      2.92 kB

      Total Files

      3

      Last publish

      Collaborators

      • amitagrawal11