elibphonenumber
Erlang port of libphonenumber.
##Note
- This project is active. I'm doing updates very offen 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.
Dependencies
You need compile libphonenumber and install it before compiling the project. You can read up on how people have done this on the wiki.
Use with mix
defp deps do
[{:elibphonenumber, "~> 1.0"}]
end
Run the tests
rebar3 compile
rebar3 eunit