card-card-validator

1.0.3 • Public • Published

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

Versions

Current Tags

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

Version History

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

Package Sidebar

Install

npm i card-card-validator

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

8.39 kB

Total Files

7

Last publish

Collaborators

  • isagalbero