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
```