download file
npm install n-downloader
const url = 'http://pic37.nipic.com/20140113/8800276_184927469000_2.png';
download(url, 'dist');
- url
string
: URL to download. - destination
string
: File path or dirname where your file will be saved. - options
Object
- logger
Object
- logLevel
number
: Default is 3
- logLevel
- request
Object
- Same options as
got
.
- Same options as
- logger
MIT