README
downloadfile.js
Installation
npm i downloadfile --save
Usage
ES6
import downloadfile from 'downloadfile';
downloadfile('https://github.com/luqin/downloadfile.js/archive/master.zip');
# or
downloadfile({
url: 'https://github.com/luqin/downloadfile.js/archive/master.zip',
data: {
user: 'user'
}
});