Current section
Files
Jump to
Current section
Files
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