Weather CLI is a command utility to fetch the weather of your city.
npm install -g .
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.