Move binary to /usr/local/bin or any other directory in your $PATH
Use the app
Usage
-l --location <location> Location to get weather information
--apikey <apiKey> API key from https://www.weatherapi.com
-f --forecast 3 Show forecast for n days
wez --apikey=<apiKey> -l "London"
wez --apikey=<apiKey> -location "London"
alias wezz=wez --apikey=<apiKey> -l "London"