@rescuetablet/maue
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@rescuetablet/maue

Bibliothek für die Maschinenlesbare unidirektionale automatische Übergabe von Einsatzdaten (MAÜ) des Ministeriums des Inneren und für Sport des Landes Rheinland-Pfalz auf Basis der Datenformatbeschreibung MAÜ1.1 mit Stand Dezember 2020.

Verwendung

npm install @rescuetablet/maue
import { readFile } from "node:fs/promises";
import { parseMaue } from "@rescuetablet/maue";

const xml = await readFile("input.xml", "utf-8");
const table = await parseMaue(xml);

Autor

rescueTABLET

Readme

Keywords

Package Sidebar

Install

npm i @rescuetablet/maue

Weekly Downloads

5

Version

0.1.0

License

MIT

Unpacked Size

14.8 kB

Total Files

17

Last publish

Collaborators

  • lippit