Skip to content

aliporcins/uds-web

 
 

Repository files navigation

UDS web

a web based, standalone client for unlimited drive storage by encoding files in base64

Demo

Logic

  • Cross compatible with any other UDS client
  • Encodes files into base64 that is then inserted into Google Docs

Usage

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.

Configuration

You will have to specify your own API key and Client ID in order to use UDS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.1%
  • Vue 26.4%
  • Other 1.5%