Packages

Playful way to protect your Phoenix apps from bots and abuse

Current section

Files

Jump to
ex_zip_protect lib ex_zip_protect.ex
Raw

lib/ex_zip_protect.ex

defmodule ExZipProtect do
@moduledoc """
Documentation for `ExZipProtect`.
"""
@doc """
Hello world.
## Examples
iex> ExZipProtect.hello()
:world
"""
def hello do
:world
end
end