Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ch4s3/iptools

Elixir tools for working with IP addresses
https://github.com/ch4s3/iptools

Last synced: 19 days ago
JSON representation

Elixir tools for working with IP addresses

Awesome Lists containing this project

README

        

# IpTools

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `ip_tools` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:ip_tools, "~> 0.1.0"}]
end
```

2. Ensure `ip_tools` is started before your application:

```elixir
def application do
[applications: [:ip_tools]]
end
```