README.md
# Kaper
[](https://travis-ci.org/muxinc/kaper) [](https://coveralls.io/github/muxinc/kaper?branch=master) [](https://opensource.org/licenses/apache-2.0)
Elixir client for the [Kapacitor](https://influxdata.com/time-series-platform/kapacitor/) REST API.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add kaper to your list of dependencies in `mix.exs`:
def deps do
[{:kaper, "~> 0.0.3"}]
end
2. Ensure kaper is started before your application:
def application do
[applications: [:kaper]]
end