1.0.9 • Published 6 years ago

axios-savefile v1.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

axios-savefile

使用 axios 实现文件下载

npm npm npm

GitHub forks GitHub stars

Installation

npm i axios-savefile

example:

const axiosSaveFile = require('axios-savefile');

// 指定 savePath 后会将返回的数据保存至指定文件中,否则将走 axios 的默认规则

await axiosSaveFile('http://xxx.xxx/file', `${__dirname}/test.png`);
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago