https://github.com/hauleth/nomadex
Nomad's API client library in Elixir
https://github.com/hauleth/nomadex
elixir elixir-lang hashicorp hashicorp-nomad nomad
Last synced: 10 months ago
JSON representation
Nomad's API client library in Elixir
- Host: GitHub
- URL: https://github.com/hauleth/nomadex
- Owner: hauleth
- Created: 2017-04-18T01:13:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T01:13:18.000Z (about 9 years ago)
- Last Synced: 2025-07-12T12:11:24.072Z (12 months ago)
- Topics: elixir, elixir-lang, hashicorp, hashicorp-nomad, nomad
- Language: Elixir
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nomadex
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `nomadex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:nomadex, "~> 0.1.0"}]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/nomadex](https://hexdocs.pm/nomadex).