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 README.md
Raw

README.md

# Ondix
Elixir client for the Orchestre National d'Île-de-France public API
## Installation
Add `ondix` to your dependencies :
```elixir
def deps do
[
{:ondix, "~> 0.1.1"}
]
end
```