hubot credit card number generator
5.0
Creditcard-generator を使用して、Luhn チェックに合格するテスト クレジット カード番号を生成する Hubot スクリプト。
完全なドキュメントについては、 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 | ジェーシービーカード |
メートル | マスターカード |
v | ビザカード |
ヴォ | ボイジャーカード |
user1>> hubot ccnum v 4 hubot>> 4072032880843113 4485046733373962 4916610646721325 4916721612089579
GNU GPL https://gnu.org/licenses/gpl.html
プルリクエストは大歓迎です!詳細については、CONTRIBUTING ファイルを参照してください。