lookup-bin

1.0.3 • Public • Published

Bin information used to find a bank card

Install

yarn add lookup-bin
//or
npm install lookup-bin

Use

const lookupBin=require("./index")
//use local db
console.log(lookupBin.LocalFindBin("440393"))
//If it doesn't exist locally, it will be searched on the network
console.log(await lookupBin.FindBin("440393"))
//Use web search
console.log(await lookupBin.WebFindBin("440393"))

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i lookup-bin

    Weekly Downloads

    8

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    25.7 MB

    Total Files

    4

    Last publish

    Collaborators

    • yizhiyan