Erlang NIF for libphonenumber.
- This project is active. I'm doing updates often because I see the original author is no longer maintaining it.
- This repository is a fork of silviucpp/elibphonenumber, except this version is designed to be used with rebar3 & hex.pm, which means we have elixir support.
You need compile libphonenumber
and install it before compiling the project. You can read up on how people have done this on the wiki.
defp deps do
[{:elibphonenumber, "~> 1.0"}]
end
rebar3 compile
rebar3 eunit