1.1.0 • Published 6 years ago

ecdownload v1.1.0

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

ecDownload

an easy way to download file

Install

npm install ecDownload

Use

const ecdownload = require('ecdownload');
ecdownload({
  link: 'https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png',
  savePath: './',
  retry: 0
}).then(console.log, console.log);
1.1.0

6 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago