0.1.0 • Published 6 years ago

node-wgot v0.1.0

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

node-wget

A simple Node.js library to pull a file from the web and save it locally.

Installation

  • Yarn: yarn add node-wget
  • NPM: npm install node-wget --save

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!