1.0.4 • Published 9 years ago
check-card v1.0.4
Check type of Credit Card
=========
A small library providing utility methods checkCard to check card info
Installation
npm install check-card --saveUsage
var vCheck = require('check-card');
console.log(vCheck.checkCard('1111222233334444'));Tests
npm testContributing
Vinhlv
Release History
* 1.0.0 Initial release
* 1.0.1 Add jslint
* 1.0.2 Add build status
* 1.0.3 Add code coverage
* 1.0.4 Fix readme