Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 883 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 883 Bytes

elibphonenumber

Erlang NIF for libphonenumber.

Note

  • 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.

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