README.md

# ping

Easily ping (wake) a Heroku App from its' slumber.

## Why?



We have implemented this 3 times in our Heroku Apps,
most recently in our
[`email`](https://github.com/dwyl/email/blob/b4c2c4f4d96773c326cf3fa8cd4838973c9a78f5/lib/app_web/controllers/sent_controller.ex#L113-L170)
app.

So it's time to make it a reuseable module
so that we can simplify the use in our _next_ app(s)!

## Installation

Install by adding `ping` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ping, "~> 0.1.0"}
  ]
end
```

Documentation available at [https://hexdocs.pm/ping](https://hexdocs.pm/ping).