README.md

# QRNBUEx

Library generates QR code from National Bank of Ukraine for money transfer to Ukrainian IBAN (by analogy with European Payments Council Quick Response Code). Use Ukrainian mobile banking apps to read QR codes (supported in PrivatBank, Monobank, Sense, Ukrgazbank aka EcoBank, PUMB, SportBank, IZIBank and others)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `qr_nbu_ex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:qr_nbu_ex, "~> 0.1.0"}
  ]
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/qr_nbu_ex>.