This is my third JavaScript project based on Hexlet backend courses. I build a page downloader.
git clone git@github.com:gomez-git/backend-project-lvl3.git
cd backend-project-lvl3
make install
You can use it in terminal to download html document from url.
Install dependencies with command make install
in a directory with my project.
$ page-loader --help
Usage: page-loader [options] <url>
Page loader utility
Options:
-V, --version output the version number
-o, --output [dir] output dir (default: "/${your_path}/backend-project-lvl3")
-h, --help display help for command