Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 636 Bytes

File metadata and controls

43 lines (31 loc) · 636 Bytes

Build Status

Work shop Auto testing

Hexlet (in Russian)

Setup

$ make install

Run tests

$ make test

Run CLI

$ make run

Usage:

$ weather -h
Usage: weather [options] <city> [prop]

weather city [prop]
  prop: temp/erature/ (default)
        hum/idity/

Options:
  -h, --help  output usage information

$ weather berlin
10

$ weather berlin hum
75