You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

html-fax

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-fax

Fetch a URL and save a copy of the source to a local file

0.0.4
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

html-raw

Fetch a URL and save a copy of the source to a local file

Install

With yarn:

$ yarn add html-fax

With npm:

$ npm install --save html-fax

Usage

const htmlFax = require('html-fax');

htmlFax('https://npmjs.com', './index.html');

html-fax exposes one function that takes two arguments, a URL and file to write the response to.

URLs can be either http or https.

Keywords

html

FAQs

Package last updated on 17 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts