semantic-release-bot e0dcc5eb1a chore(release): 1.0.8 [skip ci]
## [1.0.8](https://github.com/Natteke/diawi-nodejs-uploader/compare/v1.0.7...v1.0.8) (2020-09-25)

### Bug Fixes

* fix uploading percent ([32e92f8](32e92f8a24))
2020-09-25 09:54:51 +00:00
2020-09-25 10:11:44 +03:00
2020-09-25 12:54:24 +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%