Return a weather object based on weather reported by HK Observatory
We recommend installation using pip
pip install hkobservatory
import hkobservatory
w = hkobservatory.weather()
print ("The weather today is %s" % w.condition())
produce the following result:
The weather today is light shower