Emacs frontend for weather web service wttr.in.
Set a default cities list for completion:
(setq wttrin-default-cities '("Taipei" "Tainan"))
You can also specify default HTTP request Header for Accept-Language:
(setq wttrin-default-accept-language '("Accept-Language" . "zh-TW"))
As well as the unit system, "m" for metric and "u" for USCS/imperial (the default is to choose based on your location):
(setq wttrin-unit-system "m")
Then run M-x wttrin
to get the information.
When the weather is displayed you can press q
to quit the buffer or g
to query for another city.
MIT