Ifedapo .A. Olarewaju d586a4cf53 companion,unsplash: Unsplash provider (#2431) 4 years ago
..
client d586a4cf53 companion,unsplash: Unsplash provider (#2431) 4 years ago
output faa6fbf54e add custom provider example 7 years ago
server 15d871d81e docs: document Companion 2.0 related changes (#2363) 4 years ago
.gitignore faa6fbf54e add custom provider example 7 years ago
babel.config.js 34d5d2c1b2 docs,website: tutorial on adding custom providers (#2310) 4 years ago
index.html faa6fbf54e add custom provider example 7 years ago
package-lock.json 34d5d2c1b2 docs,website: tutorial on adding custom providers (#2310) 4 years ago
package.json 10bc79574e lerna link convert (#1730) 5 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