2.0.8 • Published 1 year ago

hubot-credit-card-number-generator v2.0.8

Weekly downloads
10
License
MIT
Repository
github
Last release
1 year ago

hubot-credit-card-number-generator

Build Status

A hubot script that uses creditcard-generator to generate test credit card numbers that pass the Luhn check.

See src/credit-card-number-generator.js for full documentation.

Installation

In hubot project repo, run:

npm install hubot-credit-card-number-generator --save

Then add hubot-credit-card-number-generator to your external-scripts.json:

[
  "hubot-credit-card-number-generator"
]

Usage

hubot ccnum [cctype] [num] - responds with test credit card numbers. cctype is one of: a|m|v|j|e|vo|dn|ds . Optionally, specify a number and it will return n card numbers.
cctypeDescription
aAmerican Express
dnDiners Card
dsDiscover Card
eenRoute Card
jJCB Card
mMaster Card
vVisa Card
voVoyager Card

Sample Interaction

user1>> hubot ccnum v 4
hubot>> 4072032880843113
4485046733373962
4916610646721325
4916721612089579

License

GNU GPL https://gnu.org/licenses/gpl.html

Contributing

Pull requests are welcome! Please see the CONTRIBUTING file for details.

2.0.8

1 year ago

2.0.7

2 years ago

2.0.6

3 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

5 years ago

2.0.0

6 years ago

1.0.0

8 years ago