Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reetou/cloudflare_stream_ex

Collection of functions for Cloudflare Stream API
https://github.com/reetou/cloudflare_stream_ex

cloudflare cloudflare-api cloudflare-stream elixir

Last synced: about 2 months ago
JSON representation

Collection of functions for Cloudflare Stream API

Awesome Lists containing this project

README

        

# 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).