umbr-dl
v0.0.5
Published
A fast downloader over fetch using Go under the hood
Readme
Umbr download
A npm package that wraps a go binary to download files or folders really fast using go
Install
npm i umbr-dl --save-devUsage
const { download } = require("umbr-dl");
download("URL", { name: "download.zip", path: "." });
// Download the URL, names it download.zip and saves it in the current working directory