Packages

An Elixir client for Intel 471's Verity API for cyber threat intelligence.

Current section

Files

Jump to
intel471_ex lib README.txt
Raw

lib/README.txt

# Intel471Titan
An Elixir client library for Intel 471's Titan API.
## Installation
The package can be installed by adding `intel471_titan` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:intel471_titan, "~> 0.1.0"}
]
end