README.md

> HTTP2-compliant wrapper for sending iOS and Android push notifications.
[](https://travis-ci.org/codedge-llc/pigeon)
[](https://coveralls.io/github/codedge-llc/pigeon?branch=v1.1.0)
[](https://hex.pm/packages/pigeon) [](https://hex.pm/packages/pigeon)
[](https://beta.hexfaktor.org/github/codedge-llc/pigeon)
## Installation
Add pigeon and kadabra as `mix.exs` dependencies:
```elixir
def deps do
[
{:pigeon, "~> 1.1.0"},
{:kadabra, "~> 0.3.1"}
]
end
```
## Getting Started
For usage and configuration, see the docs:
* [APNS (Apple iOS)](https://hexdocs.pm/pigeon/apns-apple-ios.html)
* [FCM (Android)](https://hexdocs.pm/pigeon/fcm-android.html)
* [ADM (Amazon Android)](https://hexdocs.pm/pigeon/adm-amazon-android.html)
Looking for GCM? Try `v0.13` or earlier.