README.md
# CloudflareStream
Collection of functions for working with Cloudflare Stream API
See `CloudflareStream` for details.
Tus client for Cloudflare: `CloudflareStream.TusClient`
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `cloudflare_stream` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:cloudflare_stream, "~> 0.2"}
]
end
```
Documentation: [https://hexdocs.pm/cloudflare_stream](https://hexdocs.pm/cloudflare_stream).