card-card-validator
v1.0.3
Published
Verify your credit card
Downloads
8
Readme
<<<<<<< HEAD
Card validator v.1.0.3
=======
Card validator v.1.0.0
aa4ea462ce5711962715eddb96794116e5c2d0b8
This library will check your credit card validation.
Method
cardValidator(creditCardNumber);
Example:
You can use Node.js:
$node
> const check = require("card-card-validator")
<<<<<<< HEAD
> check(yourcreditcardnumberhere); // "true"/"false"
Roadmap
Version 1.0.3
- Bug fixes, other minor changes, update package.json file.
- Returns
true
if the card is valid; otherwise,false
.
Version 1.0.2
- Bug fixes, other minor changes, update index.js file.
- Returns
true
if the card is valid; otherwise,false
.
Version 1.0.1
- Bug fixes, other minor changes.
- Returns
true
if the card is valid; otherwise,false
.
Version 1.0.0
- First release.
- Returns
true
if the card is valid; otherwise,false
. =======
check(your credit card number here); // "true"/"false"
## Roadmap
###### Version 1.0.0
* Returns ```true``` if the card is valid; otherwise, ```false```.
>>>>>>> aa4ea462ce5711962715eddb96794116e5c2d0b8