README.md

# PostalEx

Currently as simple as it gets, takes supplied csv and parses it into an :ets table for postal code lookup.

## Installation

[postal_ex](https://hexdocs.pm/postal_ex/0.0.1), the package can be installed
by adding `postal_ex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:postal_ex, "~> 1.0"}
  ]
end
```