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
- Host: GitHub
- URL: https://github.com/paveldeuce/page-loader
- Owner: PavelDeuce
- Created: 2021-02-02T07:51:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T14:02:31.000Z (about 3 years ago)
- Last Synced: 2025-02-02T08:02:28.223Z (4 months ago)
- Topics: axios, cheerio, commander, debug, jest, listr, nock, node-js, os, page-loader, prettier-eslint, promises
- Language: JavaScript
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# page-loader
[](https://github.com/PavelDeuce/backend-project-lvl3/actions)
[](https://codeclimate.com/github/PavelDeuce/backend-project-lvl3/maintainability)
[](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:
[](https://asciinema.org/a/nJNpxxUW4X6gQkmWW76NRNRzo)