uppy/examples/custom-provider
2019-04-15 14:56:37 +01:00
..
client update docs, tests, and examples with companionUrl rename 2019-04-15 14:56:37 +01:00
output add custom provider example 2018-04-09 23:12:41 +01:00
server More uppy server -> companion renames (#1037) 2018-09-03 14:48:03 +02:00
.gitignore add custom provider example 2018-04-09 23:12:41 +01:00
index.html add custom provider example 2018-04-09 23:12:41 +01:00
package-lock.json Use in-tree @uppy/companion in Custom Provider example 2018-08-13 12:38:06 +02:00
package.json Fixes to custom provider example. 2018-08-16 15:55:53 +02:00
readme.md Use in-tree @uppy/companion in Custom Provider example 2018-08-13 12:38:06 +02:00

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

Move into this directory, then:

npm install
npm start