BankCardInfo

Get brand, card type and country by first 6 digits of a bank card.

Installation

The package can be installed by adding bank_card_info to your list of dependencies in mix.exs:

def deps do
  [{:bank_card_info, "~> 0.0.1"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/bank_card_info.