ramoona / banks-db

Community driven database to get bank info (name, brand color etc.) by bankcard prefix (BIN)
https://ramoona.github.io/banks-db-demo/
720 stars 109 forks source link

full database from binlist/data/ #148

Closed iamstarkov closed 6 years ago

iamstarkov commented 7 years ago

there is a microservice https://binlist.net/ and it has database stored on github https://github.com/binlist/data/blob/master/ranges.csv

perhaps, you can take it

iamstarkov commented 7 years ago

and that database is very very detailed

ramoona commented 7 years ago

we already discussed that in #63 :) we can parse this data but still have to add brand colors manually :( although simple bank detection without any color is better then no detection at all) the thing is after including binlist data in Banks DB our final bundle will be kinda huge – some GZip required. maybe store in CDN would be a good idea

iamstarkov commented 7 years ago

unpkg is cdn and do gzip by default

iamstarkov commented 7 years ago

https://unpkg.com/banks-db@0.11.0