Skip to main content
This release is 19 versions behind 1.4.0 — the latest version of @fedify/fedify. Jump to latest

Built and signed on GitHub Actions

An ActivityPub/fediverse server framework

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
94%
Published
3 months ago (1.2.1)

This module implements the NodeInfo protocol.

Functions

f
getNodeInfo

Fetches a NodeInfo document from the given URL.

f
nodeInfoToJson

Converts a NodeInfo object to a JSON value.

f
parseNodeInfo

Parses a NodeInfo document.

Interfaces

I
I
NodeInfo

A NodeInfo object as defined in the NodeInfo 2.1 schema.

I
Services

The third party sites this server can connect to via their application API.

I
Software

Metadata about server software in use.

I
Usage

Usage statistics for this server.

Type Aliases

T
InboundService

The third party sites this server can retrieve messages from for combined display with regular traffic.

T
JsonValue

The type of the result of parsing JSON.

T
OutboundService

The third party sites this server can publish messages to on the behalf of a user.

T
Protocol

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";