Skip to content

johnhamelink/elibphonenumber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Erlang port for use libphonenumber from erlang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 67.9%
  • C++ 30.2%
  • Makefile 1.9%