0.0.4 • Published 6 years ago

atuo-download v0.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Javascript File Download

NPM version Build Status

Dependency Status devDependency Status peerDependency Status

Javascript function to trigger browser to save data to file as if it was downloaded.

Installation

npm install atuo-download --save

Usage

var autoDownload = require('atuo-download');
autoDownload(data, 'filename');
  • data: URL you need download
  • filename: Is a name you save to systems
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.1.2

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago