uppy/examples/custom-provider
2018-04-30 12:17:13 +02:00
..
client core: Remove .run(). 2018-04-30 12:17:13 +02:00
output add custom provider example 2018-04-09 23:12:41 +01:00
server add custom provider example 2018-04-09 23:12:41 +01: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.json add custom provider example 2018-04-09 23:12:41 +01:00
readme.md add custom provider example 2018-04-09 23:12:41 +01:00

Uppy + Server + Custom Provider Example

This example uses uppy-server 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