sergpvv / backend-project-lvl3

cli web-page downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"page-loader"

Maintainability Test Coverage Build Status

Load web-page with all resources and save hier local in html file. Third training project by Hexlet on the profession "JS backend".

Setup

$ make install

Usage

Console utility

$ page-loader [options] <url>

Options:
  -v, --version       Output the version number
  -o, --output [dir]  Specify save directory.
  -h, --help          output usage information

API

import loadPage from 'loadPage';

Demo

asciicast

About

cli web-page downloader


Languages

Language:JavaScript 97.1%Language:Makefile 2.9%