Hustle

Hustle is a library for sending browser based web push notifications. Currently only supports Firefox.

Installation

If available in Hex, the package can be installed by adding hustle to your list of dependencies in mix.exs:

def deps do
  [
    {:hustle, "~> 0.1.0"},
    {:jason, "~> 1.3"},
    {:hackney, "~> 1.18"},
end

TODOs