Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 565 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 565 Bytes

Exiban

Library for manipulating and validating IBAN account numbers.

Installation

The package can be installed as:

  1. Add exiban to your list of dependencies in mix.exs:

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

  2. Run mix deps.get in your console to fetch from Hex

Documentation

Hosted on http://hexdocs.pm/exiban/0.0.1/ExIban.html

Author

Krzysztof Kempiński

ExIban is released under the MIT License.