Skip to content

isagalbero/Card-card-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card validator v.1.0.3

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published