Packages

Web push library in Erlang. Provides helpers for encrypting (RFC-8188) messages, preparing requests (RFC-8291) and opting in to VAPID (RFC-8292).

Current section

Files

Jump to
erl_web_push src erl_web_push.app.src
Raw

src/erl_web_push.app.src

{application,erl_web_push,
[{description,"Web push library in Erlang. Provides helpers for encrypting (RFC-8188) messages, preparing requests (RFC-8291) and opting in to VAPID (RFC-8292)."},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,crypto]},
{env,[]},
{modules,[]},
{licenses,["https://github.com/truqu/erl_web_push/blob/develop/LICENSE"]},
{links,[{"GitHub","https://github.com/truqu/erl_web_push"}]}]}.