Merlijn Vos ecec3d3213 Split `Plugin` into `BasePlugin` and extended `UIPlugin` (#2944) 3 years ago
..
client ecec3d3213 Split `Plugin` into `BasePlugin` and extended `UIPlugin` (#2944) 3 years ago
output faa6fbf54e add custom provider example 7 years ago
server 415681f659 Use cors module instead of custom cors logic (#2823) 4 years ago
.gitignore faa6fbf54e add custom provider example 7 years ago
babel.config.js 764c2ccada Update Linter (#2796) 4 years ago
index.html faa6fbf54e add custom provider example 7 years ago
package.json 3b3e8a440c Upgrade Preact to latest (#2926) 3 years ago
readme.md 697ad04a34 examples: document `npm run build`, closes #2024 5 years ago

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