Packages

An elixir client for the Orchestre National d'Île-de-France public API

Retired package: Release invalid - The underlying public API does not exist anymore.

Current section

Files

Jump to
ondix lib ondix.ex
Raw

lib/ondix.ex

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