Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denis-ok/hexlet-lvl-3-page-loader
https://github.com/denis-ok/hexlet-lvl-3-page-loader
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/denis-ok/hexlet-lvl-3-page-loader
- Owner: denis-ok
- Created: 2018-03-19T05:09:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T18:51:02.000Z (over 6 years ago)
- Last Synced: 2024-04-25T01:42:00.506Z (9 months ago)
- Language: JavaScript
- Size: 312 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Maintainability](https://api.codeclimate.com/v1/badges/63d6098ad8f6a76b8877/maintainability)](https://codeclimate.com/github/denis-ok/project-lvl3-s194/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/63d6098ad8f6a76b8877/test_coverage)](https://codeclimate.com/github/denis-ok/project-lvl3-s194/test_coverage) [![Build Status](https://travis-ci.org/denis-ok/hexlet-lvl-3-page-loader.svg?branch=master)](https://travis-ci.org/denis-ok/hexlet-lvl-3-page-loader)
### Page Loader
**Hexlet JavaScript Project: level 3**
___
This package is a CLI utility for downloading single web page with resources.Main purpose of working on this project was practice in asyncronous JavaScript code.
Things that i also worked on and learned here:
* Code testing with Mock objects
* Error handling and exceptions
* Interaction with file system
* Http protocol**Installation:**
```
$ npm install -g strelkov-pageloader
```**Usage:**
```
Usage: page-loader [options]This program takes URL to download web-page for local use
Options:
-V, --version output the version number
-o, --output Specify output directory
-h, --help output usage information
```