An open API service indexing awesome lists of open source software.

https://github.com/paveldeuce/page-loader

CLI application, which download the webpage by url
https://github.com/paveldeuce/page-loader

axios cheerio commander debug jest listr nock node-js os page-loader prettier-eslint promises

Last synced: 4 months ago
JSON representation

CLI application, which download the webpage by url

Awesome Lists containing this project

README

        

# page-loader

[![Actions Status](https://github.com/PavelDeuce/backend-project-lvl3/workflows/hexlet-check/badge.svg)](https://github.com/PavelDeuce/backend-project-lvl3/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/f1cfb872319ec420cf31/maintainability)](https://codeclimate.com/github/PavelDeuce/backend-project-lvl3/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/f1cfb872319ec420cf31/test_coverage)](https://codeclimate.com/github/PavelDeuce/backend-project-lvl3/test_coverage)

## Description

Download the webpage by url.

### Install

`$ npm install -g deuce-page-loader`

### Launch

`$ page-loader `

Available options:

* `-o [--output]`
* `-v [--version]`
* `-h [--help]`

### Launch example:

[![asciicast](https://asciinema.org/a/nJNpxxUW4X6gQkmWW76NRNRzo.svg)](https://asciinema.org/a/nJNpxxUW4X6gQkmWW76NRNRzo)