Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 597 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 597 Bytes

Consul

Build Status

An Elixir client for Consul's HTTP API

Requirements

  • Elixir 1.0.0 or newer

Installation

Add Consul as a dependency in your mix.exs file

def application do
  [applications: [:consul]]
end

defp deps do
  [
    {:consul, "~> 1.0.0"}
  ]
end

Then run mix deps.get in your shell to fetch the dependencies.

Docs

Run mix docs and open doc/index.html to view the documentation.

Authors

Jamie Winsor ([email protected])