Packages

A simple notification queuing library for Elixir applications using Oban.

Current section

Files

Jump to
vcf_notifier README.md
Raw

README.md

# VcfNotifier
A flexible notification library for Elixir applications supporting multiple notification channels.
## Installation
Add `vcf_notifier` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:vcf_notifier, "~> 0.1.0"}
]
end