https://github.com/xadhoom/tus_plug
A Plug based https://tus.io protocol implementation
https://github.com/xadhoom/tus_plug
elixir elixir-plug phoenix-framework plug tus tus-protocol upload
Last synced: 6 months ago
JSON representation
A Plug based https://tus.io protocol implementation
- Host: GitHub
- URL: https://github.com/xadhoom/tus_plug
- Owner: xadhoom
- Created: 2018-04-13T15:59:40.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-05-24T15:17:06.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T09:45:27.985Z (about 1 year ago)
- Topics: elixir, elixir-plug, phoenix-framework, plug, tus, tus-protocol, upload
- Language: Elixir
- Homepage:
- Size: 59.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TusPlug
[](https://travis-ci.org/xadhoom/tus_plug)
[](https://coveralls.io/github/xadhoom/tus_plug?branch=develop)
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tus_plug` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tus_plug, "~> 0.1.0"}
]
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/tus](https://hexdocs.pm/tus_plug).