2020-09-25 22:16:27 +03:00
2020-09-25 10:11:44 +03:00
2020-09-25 22:15:38 +03:00
2020-09-24 09:33:04 +03:00
2020-09-24 14:18:42 +03:00
2020-09-24 09:33:04 +03:00
2020-09-25 09:49:35 +03:00
2020-09-25 09:54:51 +00:00
2020-09-24 09:31:27 +03:00
2020-09-25 11:55:28 +03:00
2020-09-25 10:42:56 +03:00
2020-09-24 15:23:44 +03:00
2020-09-25 08:44:07 +03:00

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 except token and file are optional.

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

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

CLI

// in development
Description
No description provided
Readme
Languages
TypeScript 86.5%
JavaScript 13.5%