Mikael Finstad 56339fc3e5 Rewrite Companion providers to use streams to allow simultaneous upload/download without saving to disk (#3159) 3 年之前
..
client 4ca78ab543 Set plugin titles from locale (#3023) 3 年之前
output faa6fbf54e add custom provider example 7 年之前
server 56339fc3e5 Rewrite Companion providers to use streams to allow simultaneous upload/download without saving to disk (#3159) 3 年之前
.gitignore faa6fbf54e add custom provider example 7 年之前
babel.config.js 764c2ccada Update Linter (#2796) 4 年之前
index.html faa6fbf54e add custom provider example 7 年之前
package.json 01d7ea13e9 meta: use Yarn v3 instead of npm (#3237) 3 年之前
readme.md 55e0ffd04a Add retext to markdown linter (#3024) 3 年之前

readme.md

Uppy + Companion + Custom Provider Example

This example uses @uppy/companion with a dummy custom provider. This serves as an illustration on how integrating custom providers would work

Run it

To run this example, make sure you've correctly installed the repository root:

npm install
npm run build

That will also install the dependencies for this example.

Then, again in the repository root, start this example by doing:

npm run example custom-provider