Crate hko

Source
Expand description

This is a library for users to access Hong Kong Observatory Open Data API.

Hong Kong Observatory Open Data API provides weather, earthquake information, and other open data including climate information.

This library provides interfaces to parse JSON-based response from the API, returning Rust data types. To use them, refer the documentation of Mods, Structs, Enums, Functions, as well as Macros.

More details of the API, refer hko.gov.hk (or 中文).

Modules§

common
Common Structs, Enums, and Functions
earthquake
Earthquake information
hourly_rainfall
Rainfall in the past hour from automatic weather station
lunardate
Gregorian-Lunar calendar conversion table
opendata
Open Data (Climate and Weather Information)
weather
Weather information

Macros§

impl_display_traits
Implements formatters for multi-language outputs.

Traits§

API
API trait for all data types.
Fetch
Helper trait to fetch data from API.

Functions§

fetch
Helper function to fetch data from API.
fetch_with_client
Helper function to fetch data from API with custom client.