Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ch4s3/iptools
- Owner: Ch4s3
- Created: 2016-09-06T02:43:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T04:22:19.000Z (over 7 years ago)
- Last Synced: 2023-03-30T02:51:01.769Z (almost 2 years ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```