0.0.4 • Published 7 years ago

card-detector v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

card-detector

Card network detection for Indian Credit/Debit cards

Install using NPM

npm install card-detector --save

Install using BOWER

bower install card-detector --save

How to use

var cardType = CardDetector.detectCardType(cardNumber)

Supported card networks

  • visa
  • mastercard
  • maestro16
  • amex
  • rupay
  • maestro
  • discover
  • diners
  • jcb

License

The code in this repository is licensed under the MIT License.