Skip to content

Python library avaliable in public Pypi server - return a weather object based on weather reported by HK Observatory

License

Notifications You must be signed in to change notification settings

ttoleung/hkobservatory

Repository files navigation

Build Status

hkobservatory

Return a weather object based on weather reported by HK Observatory

Installation

We recommend installation using pip

pip install hkobservatory

Quick Start Guide

import hkobservatory

w = hkobservatory.weather()
print ("The weather today is %s" % w.condition())

produce the following result:

The weather today is light shower

About

Python library avaliable in public Pypi server - return a weather object based on weather reported by HK Observatory

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages