PostalEx
Currently as simple as it gets, takes supplied csv and parses it into an :ets table for postal code lookup.
Installation
postal_ex, the package can be installed
by adding postal_ex to your list of dependencies in mix.exs:
def deps do
[
{:postal_ex, "~> 1.0"}
]
end