README.md

# RealflightIntegration

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `realflight_integration` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:realflight_integration, "~> 0.1.0"}
  ]
end
```

You can find the latest version by using the Github release tag.
```elixir
def deps do
  [
    {:realflight_integration, git: "https://github.com/copperpunk-elixir/realflight-integration.git", tag: "v0.1.1-alpha"}
  ]
end
```


Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/realflight_integration](https://hexdocs.pm/realflight_integration).