wgetjs
Ultra simple async retrieval of remote files over http or https inspired by wgetjs
Install
npm install node-wget
Usage
var wget = ; ; ; ; ; // dry run, nothing loaded, callback passing parsed options as data
Examples
var wget = ; ; // angleman.png saved to current folder ; // dry run;
CLI
Install:
$ npm install -g node-wget
Use:
Usage: wget [options] <url> Ultra simple async retrieval of remote files over http or https Options: -h, --help output usage information -v, --version output version number -d, --destination <folder> specify download destination Usage: # Download file$ wget https://github.com/NodeOS/NodeOS/archive/master.zip # Download file to location$ wget https://github.com/NodeOS/NodeOS/archive/master.zip -d path/to/here/