Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eyrmedical/notify

Elixir package for sending push notifications on APNs and FCM
https://github.com/eyrmedical/notify

Last synced: 8 days ago
JSON representation

Elixir package for sending push notifications on APNs and FCM

Awesome Lists containing this project

README

        

# Notify

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `notify` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:notify, "~> 0.1.10"}]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/notify](https://hexdocs.pm/notify).