A simple bash script to print out weather conditions for the desired location on terminal.
In order to run the program you need to fill essential values in config.json. These values are:
latitude
longitude
api_key
units
units
is set to metric by default. Free to change it to what you desire.
The unit options are standart
, metric
and imperial
. Unit selection effects the temperature type (kelvin for standart, celsius for metric and fahrenheit for imperial), wind speed (km/h for standart/metric and mph for imperial)