Crate airkorea[][src]

airkorea

Airkorea API wrapper using Airkorea mobile page.

Example

This example is not tested
let status = airkorea::search(lng, lat)?;
println!("Station address: {}", status.station_address);
for pollutant in status {
    println!("{}", pollutant);
}

Structs

AirStatus
Error

The Error type, which can contain any failure.

Pollutant

Enums

Grade

Functions

search

Type Definitions

Result