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

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

Awesome Lists containing this project

README

          

# TusPlug
[![Build Status](https://travis-ci.org/xadhoom/tus_plug.svg?branch=develop)](https://travis-ci.org/xadhoom/tus_plug)
[![Coverage Status](https://coveralls.io/repos/github/xadhoom/tus_plug/badge.svg?branch=develop)](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).