kennyp / pagerduty.ex

A pagerduty client for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pagerduty.ex

A pagerduty client for Elixir

Installation

The package can be installed as:

  1. Add pagerduty to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:pagerduty, "~> 2.0.0"}]
end
```
  1. Ensure pagerduty is started before your application:
```elixir
def application do
  [applications: [:pagerduty]]
end
```

About

A pagerduty client for Elixir


Languages

Language:Elixir 100.0%