node-wgot
v0.1.0
Published
A simple Node.js library to save files programmatically.
Downloads
2
Maintainers
Readme
node-wget
A simple Node.js library to pull a file from the web and save it locally.
Installation
Usage
var wget = require('node-wget');
var path = require('path');
wget('https://example.com/index.html', path.join(__dirname, 'index.php'));
Contributing
To contribute, open a pull request or file an issue, so we can improve the library easier!