Packages

Lib to send Expo push notifications from an elixir application.

Current section

Files

Jump to
expo_push lib expo_push.ex
Raw

lib/expo_push.ex

defmodule ExpoPush do
@moduledoc """
Documentation for `ExpoPush`.
"""
@doc """
Hello world.
## Examples
iex> ExpoPush.hello()
:world
"""
def hello do
:world
end
end