Packages

ExMedium is a wrapper for the Medium Api.

Current section

Files

Jump to
ex_medium lib ex_medium.ex
Raw

lib/ex_medium.ex

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