HTTP2-compliant wrapper for sending iOS and Android push notifications.
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"}
]
endGetting Started
For usage and configuration, see the docs:
Looking for GCM? Try v0.13 or earlier.