check-card
v1.0.4
Published
=========
Downloads
2
Readme
Check type of Credit Card
=========
A small library providing utility methods checkCard
to check card info
Installation
npm install check-card --save
Usage
var vCheck = require('check-card');
console.log(vCheck.checkCard('1111222233334444'));
Tests
npm test
Contributing
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