1.0.4 • Published 9 years ago

check-card v1.0.4

Weekly downloads
3
License
-
Repository
github
Last release
9 years ago

Check type of Credit Card

=========

Build Status Coverage Status npm license

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
1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago