feat: bank card.

This commit is contained in:
tx7do
2023-10-17 23:51:17 +08:00
parent 733bfb6199
commit c0291d8423
6 changed files with 2882 additions and 21 deletions

View File

@@ -8,6 +8,8 @@
- [Luhn algorithm - geeksforgeeks](https://www.geeksforgeeks.org/luhn-algorithm/)
- [Luhns algorithm to validate credit / debit card Numbers](https://medium.com/@akshaymohite/luhns-algorithm-to-validate-credit-debit-card-numbers-1952e6c7a9d0)
- [干货丨银行卡号编码规则及其应用](https://www.woshipm.com/pd/371041.html)
- [giraffe-lib](https://github.com/giraffe-lib/bankInfo/blob/main/src/map.js)
- [bankInfo](https://github.com/giraffe-lib/bankInfo/blob/main/src/map.js)
- [BankCards](https://github.com/geekgao/BankCards/blob/master/bankcode.py)
- [bcbc](https://github.com/hexindai/bcbc)
- [banks-db](https://github.com/ramoona/banks-db)
- [SwiftCodes](https://github.com/PeterNotenboom/SwiftCodes)