8000 GitHub - flexbean/wgetjs at 0.1.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flexbean/wgetjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wgetjs NPM version Build Status Dependency Status

Ultra simple async retrieval of remote files over http or https

Install

npm install wgetjs

Usage

var wget = require('wgetjs');  //
var url  = 'http://somedomain.org/someimage.png';

wget(url);  // will save someimage.png in the current path. TODO: if callback is omitted, do this as a sync operation
wget(url, function() {
	console.log('Done'); // take some action when wget has finished
});

License: MIT

About

Ultra simple async retrieval of remote files over http or https

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0