logo

HTTP2-compliant wrapper for sending iOS and Android push notifications.

Build StatusCoverage StatusHex.pmHex.pmDeps Status

Installation

Requires Elixir 1.4/OTP 19.2 or later.

Add pigeon and kadabra as mix.exs dependencies:

  def deps do
    [
      {:pigeon, "~> 1.1.2"},
      {:kadabra, "~> 0.3.5"}
    ]
  end

Getting Started

For usage and configuration, see the docs:

Looking for GCM? Try v0.13 or earlier.