Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```