An open API service indexing awesome lists of open source software.

https://github.com/scrum/card-number-validator

Bank cards validation using algorithms Luhn, Verhuff, Damm
https://github.com/scrum/card-number-validator

Last synced: 11 months ago
JSON representation

Bank cards validation using algorithms Luhn, Verhuff, Damm

Awesome Lists containing this project

README

          

# card-number-validator

```js
cardNumberValidator('2200330548400006824');
// => {luhn: true, verhuff: true, damm: true}
```