README.md

# 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`:

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

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/bank_card_info](https://hexdocs.pm/bank_card_info).