3 releases (1 stable)

new 1.0.0 Apr 5, 2024
0.0.1 Aug 3, 2021
0.0.0 Jul 26, 2021

#4 in #warn

Download history 12/week @ 2024-02-19 14/week @ 2024-02-26 156/week @ 2024-04-01

156 downloads per month

Unlicense

9KB
179 lines

NINA API

Rust library for nina.api.bund.dev, the german warn system.

Example

use nina::*;

let ags = "091620000000";

let covidrules_for_ags = covidrules(ags).unwrap();
let overview_for_ags = overview(ags).unwrap();

let mut warnings: Vec<MapWarning> = Vec::new();
warnings.extend(mowas().unwrap());
warnings.extend(katwarn().unwrap());
warnings.extend(biwapp().unwrap());

Dependencies

~14–24MB
~349K SLoC