Packages
erl_web_push
0.1.0
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
Current section
Files
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"}]}]}.