1.0.3 • Published 2 years ago

axiosdownload-plugin v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

axiosdownload-plugin

Axios plugin to make it easy to download files with resume download support.

Installation

npm i axiosdownload-plugin

Usage

const axios = require("axios");
const axiosDownload = require("axiosdownload-plugin");

axiosDownload(axios);
const url = "https://nodejs.org/dist/v18.16.0/node-v18.16.0-x64.msi";
axios.download(url, "./download/path", {}, { showProgress: true, resumeDownload: true });
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago