README.md
# Turnkey
Turnkey is an unofficial client to the [Turnkey API](https://www.turnkey.com/).
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `turnkey` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:turnkey, "~> 0.0.1-alpha1"}
]
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/turnkey>.
## Tests
```
mix test
```
## Contributing
Create a PR to contribute to TurnkeyEx. All contributors agree to accept the license specified in this repository for all contributions to this project. See [LICENSE.md](/LICENSE.md).
Feel free to create Feature Requests in the issues.