check-card

1.0.4 • Public • Published

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

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i check-card

    Weekly Downloads

    4

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • vinhlv