README.md
# ExKaggle
**Elixir library for interfacing with the Kaggle API**
This library is in an early stage and mostly just supports downloading datasets.
## Installation
The package can be installed by adding `ex_kaggle` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_kaggle, "~> 0.1.0"}
]
end
```
Documentation can found on [HexDocs](https://hexdocs.pm) at <https://hexdocs.pm/ex_kaggle>.