Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eyrmedical/notify
- Owner: eyrmedical
- Created: 2017-05-02T14:15:38.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T16:52:54.000Z (over 1 year ago)
- Last Synced: 2024-04-13T22:00:10.911Z (7 months ago)
- Language: Elixir
- Size: 54.7 KB
- Stars: 0
- Watchers: 19
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).