README.md

[![Build Status](https://travis-ci.org/barthez/kane-consumer.svg?branch=master)](https://travis-ci.org/barthez/kane-consumer)

# KaneConsumer

An extension module to [Kane](https://github.com/peburrows/kane) that allows
you defining your own GenServer consumers for Google PubSub subscriptions.

You can find [documentation](https://hexdocs.pm/kane_consumer) on hexdocs.

## Installation

The package can be installed by adding `kane_consumer` to your list of dependencies in `mix.exs`:

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