Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/reetou/cloudflare_stream_ex
- Owner: reetou
- License: mit
- Created: 2021-02-09T13:52:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T17:13:14.000Z (almost 4 years ago)
- Last Synced: 2024-06-04T15:37:54.357Z (8 months ago)
- Topics: cloudflare, cloudflare-api, cloudflare-stream, elixir
- Language: Elixir
- Homepage: https://hex.pm/packages/cloudflare_stream
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).