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"))

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    3
  • 1.0.2
    2
  • 1.0.1
    2
  • 1.0.0
    1

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