IpAddress
TODO: Add description
Installation
If available in Hex, the package can be installed as:
-
Add
ip_addressto your list of dependencies inmix.exs:
def deps do
[{:ip_address, "~> 0.1"}]
end-
Ensure
ip_addressis started before your application:
def application do
[applications: [:ip_address]]
end