uppy/examples/transloadit
Antoine du Hamel 089aaed615
example: showcase migration out of Robodog (#4021)
* example: showcase migration out of Robodog

Co-authored-by: Artur Paikin <artur@arturpaikin.com>

* Fix server, apply what was done in #3946

* Do weird things with input[type=file]

* fix last example

* Improve completion logging

* Fix lint

Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2022-08-22 15:24:16 +01:00
..
.gitignore example: showcase migration out of Robodog (#4021) 2022-08-22 15:24:16 +01:00
index.html finish master->main job (#3315) 2021-11-15 23:45:45 +07:00
main.js example: showcase migration out of Robodog (#4021) 2022-08-22 15:24:16 +01:00
package.json example: showcase migration out of Robodog (#4021) 2022-08-22 15:24:16 +01:00
README.md example: showcase migration out of Robodog (#4021) 2022-08-22 15:24:16 +01:00
rollup.config.js example: showcase migration out of Robodog (#4021) 2022-08-22 15:24:16 +01:00
server.cjs example: showcase migration out of Robodog (#4021) 2022-08-22 15:24:16 +01:00

Robodog

This example shows all the different Robodog APIs in action on a single page. Robodog has been deprecated, so this example shows how to replicate Robodog features without using it. If you are new with Uppy, this example is probably not for you, as it is specifically aimed for Robodog users looking to migrate out of it.

Run it

To run this example, make sure you've correctly installed the repository root:

corepack yarn install
corepack yarn build

That will also install the dependencies for this example.

Then, again in the repository root, start this example by doing:

corepack yarn workspace @uppy-example/transloadit start