1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import { fetch } from "https://esm.town/v/std/fetch";
export const untitled_jbL1ikZS = (async () => {
const untitled_9k2u9UCG = (async () => {
const resp = await fetch(
"https://termin.samedi.de/b/kardiologie-neuhausen-nymphenburg/1/dr-med-jung-philip/erstkontakt-im-quartal--24?insuranceId=public"
);
let doc = new DOMParser().parseFromString(
await resp.text(),
"application/xml"
);
return doc;
})();
let x = 3;
let y = 4;
let z = 5;
})();
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023