0.0.14 • Published 4 years ago

@austinfelipe/easy-upload v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

EasyUpload

Publish package Coverage Status Maintainability Test Coverage

File/Video upload wrapper to ease bucket/storage/space/cdn integration 😛👊

TL;DR

EasyUpload provides an easy way to send files/videos to a server. It provides abstraction to uploaders given one way to communicate to mutiple providers.

How to use it

You can install it using either Github or Npmjs.

npm install @austinfelipe/easy-upload

The easiest way to use it is installing one of available provides and get an EasyUpload instance.

Example:

const uploaderImpl = new SomeUploaderImplementation();
const newFile = new FileInfoImplementation();
const uploader = new EasyUpload(uploaderImpl);

await uploader.sendFile(newFile);

Available providers

  • Amazon S3
  • Azure Storage
  • Digital Ocean Spaces

How to build

yarn
yarn run build
0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago