hubot credit card number generator
5.0
Luhn 검사를 통과하는 테스트 신용카드 번호를 생성하기 위해 Creditcard-generator를 사용하는 휴봇 스크립트입니다.
전체 문서는 src/credit-card-number-generator.js
참조하세요.
Hubot 프로젝트 저장소에서 다음을 실행합니다.
npm install hubot-credit-card-number-generator --save
그런 다음 external-scripts.json
에 Hubot-credit-card-number-generator를 추가하십시오.
[ "휴봇-신용카드-번호 생성기"]
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.
cctype | 설명 |
---|---|
에이 | 아멕스 카드 |
DN | 다이너스 카드 |
DS | 디스커버 카드 |
이자형 | 항로카드 |
j | JCB 카드 |
중 | 마스터카드 |
다섯 | 비자카드 |
보 | 보이저 카드 |
user1>> hubot ccnum v 4 hubot>> 4072032880843113 4485046733373962 4916610646721325 4916721612089579
GNU GPL https://gnu.org/licenses/gpl.html
풀 요청을 환영합니다! 자세한 내용은 CONTRIBUTING 파일을 참조하세요.