hubot credit card number generator
5.0
一個 hubot 腳本,使用信用卡產生器產生透過 Luhn 檢查的測試信用卡號。
請參閱src/credit-card-number-generator.js
以取得完整文件。
在 hubot 專案倉庫中,運作:
npm install hubot-credit-card-number-generator --save
然後將hubot-credit-card-number-generator加入到external-scripts.json
:
[“hubot-信用卡號碼產生器”]
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.
cc類型 | 描述 |
---|---|
一個 | 美國運通 |
DN | 食客卡 |
ds | 發現卡 |
e | 途中卡 |
j | JCB卡 |
米 | 萬事達卡 |
v | 維薩卡 |
沃 | 航海者卡 |
user1>> hubot ccnum v 4 hubot>> 4072032880843113 4485046733373962 4916610646721325 4916721612089579
GNU GPL https://gnu.org/licenses/gpl.html
歡迎拉取請求!有關詳細信息,請參閱貢獻文件。