README.md

ExpoPush
========
[![Hex.pm](https://img.shields.io/hexpm/v/expo_push.svg)](https://hex.pm/packages/expo_push)

Use to send push notifications to an expo application.

[Expo Notifications](https://docs.expo.dev/push-notifications/sending-notifications/)

## Installation

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

```elixir
def deps do
  [
    {:expo_push, "~> x.x.x"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). 

The docs can be found at [https://hexdocs.pm/expo_push](https://hexdocs.pm/expo_push).