W

Weather App (CLI)

A small and simple command line utility which tells weather conditions for the specified address.

14

The problem Weather App (CLI) solves

It is a simple node js application which takes an address or a part of address as a command line argument, using geocoding API finds its coordinates and then its weather condition using weather APIs.

Technologies used

Discussion