uppy/examples/custom-provider
Ifedapo .A. Olarewaju 15d871d81e
docs: document Companion 2.0 related changes (#2363)
* docs: document Companion 2.0 related changes

* docs: migrating from companion v1 to v2

* docs: correct node version range for companion 2.0

* website[docs]: update minimum node.js requirement for companion
2020-09-07 12:07:31 +01:00
..
client docs: document Companion 2.0 related changes (#2363) 2020-09-07 12:07:31 +01:00
output add custom provider example 2018-04-09 23:12:41 +01:00
server docs: document Companion 2.0 related changes (#2363) 2020-09-07 12:07:31 +01:00
.gitignore add custom provider example 2018-04-09 23:12:41 +01:00
babel.config.js docs,website: tutorial on adding custom providers (#2310) 2020-07-03 17:22:00 +01:00
index.html add custom provider example 2018-04-09 23:12:41 +01:00
package-lock.json docs,website: tutorial on adding custom providers (#2310) 2020-07-03 17:22:00 +01:00
package.json lerna link convert (#1730) 2019-07-19 12:16:36 +02:00
readme.md examples: document npm run build, closes #2024 2020-03-30 16:07:24 +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

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