This module implements the NodeInfo protocol.
Fetches a NodeInfo document from the given URL.
Converts a NodeInfo object to a JSON value.
Parses a NodeInfo document.
The third party sites this server can retrieve messages from for combined display with regular traffic.
The type of the result of parsing JSON.
The third party sites this server can publish messages to on the behalf of a user.
The protocols supported on this server.
Add Package
deno add jsr:@fedify/fedify
Import symbol
import * as mod from "@fedify/fedify/nodeinfo";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@fedify/fedify/nodeinfo";
Add Package
npx jsr add @fedify/fedify
Import symbol
import * as mod from "@fedify/fedify/nodeinfo";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import * as mod from "@fedify/fedify/nodeinfo";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import * as mod from "@fedify/fedify/nodeinfo";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import * as mod from "@fedify/fedify/nodeinfo";