logo

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

Build Status Coverage Status Hex.pm Hex.pm Deps Status

Installation

Add pigeon and kadabra as mix.exs dependencies:

  def deps do
    [
      {:pigeon, "~> 1.1.1"},
      {:kadabra, "~> 0.3.4"}
    ]
  end

For details about sending push notifications, see the guides for APNS, FCM, and ADM.

Want to swap Kadabra with another HTTP2 client? See Pigeon.Http2.Client