Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 545 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 545 Bytes

Weather CLI

Weather CLI is a command utility to fetch the weather of your city.

Installation

npm install -g .

Usage

After installing necessary dependencies the cli will be add into global environment. You can check weather cli installed or not by typing the following commad in cli

weather

or

weather --help

The above command will briefs you the list of arguments needed for this cli.

weather --city chennai

This command will bring chennai city's temperature in celsius format.