You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import * as ldfetch from "ldfetch";
var fetch = new ldfetch();
var main = async function () {
var response = await fetch.get('https://graph.irail.be/sncb/connections/');
console.log(response.triples);
}
try {
main();
} catch (e) {
console.error(e);
}
Install LDFetch to unblock #19
The text was updated successfully, but these errors were encountered: