IBAN creator and validator in Elixir. Should be fun and hopefully useful.
If available in Hex, the package can be installed as:
-
Add iban to your list of dependencies in
mix.exs
:def deps do [{:iban, "~> 0.0.1"}] end
-
Ensure iban is started before your application:
def application do [applications: [:iban]] end