Skip to content

Yorickov/page-loader

Repository files navigation

page loader

Build Status Maintainability Test Coverage

CLI-utility, downloads web page with resourses

Educational project hexlet.io, Javascript/Back-End, p.3

Technologies

  • Npm / Babel / ESLint
  • Jest
  • commander
  • axios
  • cheerio
  • listr

Feautures

  • file system I/O
  • nodejs: fs, url, path, etc.
  • error handling
  • debug
  • DOM: basic manipulations
  • asynchronous programming: promises
  • HTTP
  • test-driven development: mock/stub

Setup

make install

npm install -g page-loader

Usage

$ page-loader --output [path/to/dir] [url]

Example

$ page-loader --output /var/tmp https://redmine.org/projects
$ open /var/tmp/redmine-org-projects.html

About

CLI-utility for loading web page with resources (Promises)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published