README.md

# Tile38

**WIP-Not ready for any projects yet**

## Installation

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

```elixir
def deps do
  [
    {:tile38, "~> 0.0.1"}
  ]
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/tile38](https://hexdocs.pm/tile38).

## Usage
```
mix do deps.get, compile
iex -S mix
Redix.command(:tile38_redix, ["PING"])
{:ok, pid} = Tile38.start_link(Tile38.Server)
```