It shows you the current temperature by the place. It is based on Google Maps API and Dark Sky API.
The next query
node app.js --address="Moscow, Solyanka 1"
returns
It's currently 23. It feels like 22.
You will need node
and npm
installed.
To run app type npm install
in the main folder.
--address, -a [string]
Address to fetch weather for
--version, -v
Show version number
--help, -h
Show help
MIT