Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
/ async-file-dl Public archive

A simple asynchronous file downloader based on axios.

License

Notifications You must be signed in to change notification settings

OpenByteDev/async-file-dl

Repository files navigation

async-file-dl

Build Status npm version Maintainability Dependency Status DevDependency Status License Doge

A simple asynchronous file downloader based on axios.

Installation

$ npm install async-file-dl

Usage

const { download } = require('async-file-dl');

download('http://example.com/', '.', 'example.html')
  .then(file => console.log('download successful')
  .catch(console.error);

API

The API generated with TypeDoc can be found here.

Releases

No releases published

Packages

No packages published