Mikael Finstad 415681f659 Use cors module instead of custom cors logic (#2823) 4 年之前
..
client 764c2ccada Update Linter (#2796) 4 年之前
output faa6fbf54e add custom provider example 7 年之前
server 415681f659 Use cors module instead of custom cors logic (#2823) 4 年之前
.gitignore faa6fbf54e add custom provider example 7 年之前
babel.config.js 764c2ccada Update Linter (#2796) 4 年之前
index.html faa6fbf54e add custom provider example 7 年之前
package-lock.json fd1d6d7324 build(deps): bump elliptic from 6.5.2 to 6.5.4 (#2794) 4 年之前
package.json c1d15abf10 error on import lint failure + some misc lint fixes (#2813) 4 年之前
readme.md 697ad04a34 examples: document `npm run build`, closes #2024 5 年之前

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