node-wgot

0.1.0 • Public • Published

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!

Package Sidebar

Install

npm i node-wgot

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

13.5 kB

Total Files

7

Last publish

Collaborators

  • haydennyyy