a web based, standalone client for unlimited drive storage by encoding files in base64
- Cross compatible with any other UDS client
- Encodes files into base64 that is then inserted into Google Docs
To get up and running run:
$ npm install
$ npm run serve
Yes, that's it. Only two commands!
If you still think that's too much effort, you could also run:
$ npm i && npm run serve
But yeah, this will basically do the same as npm install
.
If even this is too much of a deal, try creating an alias and bind npm install && npm run serve
to npmis
.
You will have to specify your own API key and Client ID in order to use UDS.