0.0.9 • Published 5 years ago

unistorage v0.0.9

Weekly downloads
10
License
ISC
Repository
github
Last release
5 years ago

unistorage

A simple storage management system for multiple file storage providers

Description

A typescript module intended to integrate several storage systems ( Google Drive, One Drive, Google Storage, AWS S3 buckets etc.) in a single platform.

Install

Run npm install unistorage

Usage

import { unistorage } from unistorge;

var storage = unistorge('google-drive');'

//storage.ListFiles().then()....

//storage.createDirectory().then()....

Test

Run npm run test

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

7 years ago