Skip to content

Luphia/ecDownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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);

About

An easy way to download file with javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published