https://github.com/ekaterinamavliutova/page_loader
Educational project on Hexlet
https://github.com/ekaterinamavliutova/page_loader
axios cheerio cli-utility javascript jest nock unit-tests
Last synced: 7 months ago
JSON representation
Educational project on Hexlet
- Host: GitHub
- URL: https://github.com/ekaterinamavliutova/page_loader
- Owner: EkaterinaMavliutova
- Created: 2024-06-06T13:55:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-31T15:50:50.000Z (about 1 year ago)
- Last Synced: 2025-04-07T20:18:04.730Z (7 months ago)
- Topics: axios, cheerio, cli-utility, javascript, jest, nock, unit-tests
- Language: JavaScript
- Homepage:
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# page-loader:
[](https://github.com/EkaterinaMavliutova/qa-auto-engineer-javascript-project-67/actions) [](https://codeclimate.com/github/EkaterinaMavliutova/qa-auto-engineer-javascript-project-67/maintainability) [](https://codeclimate.com/github/EkaterinaMavliutova/qa-auto-engineer-javascript-project-67/test_coverage) [](https://github.com/EkaterinaMavliutova/qa-auto-engineer-javascript-project-67/actions/workflows/ci.yml)**page-loader** is a CLI tool that downloads web pages to the chosen directory, so to access them without the internet connection
## Installation
>note: the current version of page-loader requires Node.js v20.11.1 or higher
* clone this repository
* to install required dependencies:
```
make install
```
* to install page-loader globally:
```
npm link
```## How to use
```
Usage: page-loader [options]Options:
-V, --version output the version number
-o, --output [dir] output dir (default: current working dir)
-h, --help display help for command
```
## page-loader recordings on asciinema.org
### downloading https://sourcemaking.com: