0.0.9 • Published 6 years ago

unistorage v0.0.9

Weekly downloads
10
License
ISC
Repository
github
Last release
6 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

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

8 years ago