2020-09-25 11:52:24 +03:00

554 B

diawi-nodejs-uploader

A NodeJS tool for Diawi integration written with Typescript

Installation

$ yarn add diawi-nodejs-uploader
=== or ===
$ npm install diawi-nodejs-uploader

Usage

Programmatic

All options exept token and file are optional.

import { upload } from 'diawi-nodejs-uploader';

await upload({
        file,
        token,
    }, {
        onStatusProgress: console.log,
        onUploadProgress: console.log,
    })

CLI

// in development