README.md

# StripeCallbacks

A mechanism to post and store Stripe callbacks.

## Installation

Add `stripe_callbacks` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:stripe_callbacks, "~> 0.2.1"}]
end
```

Documentation can
be found at [https://hexdocs.pm/stripe_callbacks](https://hexdocs.pm/stripe_callbacks).