Skip to content

@indiekit/endpoint-webmention-io

Webmention.io endpoint for Indiekit. View webmentions collected by the Webmention.io service.

Installation

npm i @indiekit/endpoint-webmention-io

Usage

Add @indiekit/endpoint-webmention-io to your list of plug-ins, specifying options as required:

jsonc
{
  "plugins": ["@indiekit/endpoint-webmention-io"],
  "@indiekit/endpoint-webmention-io": {
    "mountPath": "/webmentions",
  },
}

Options

OptionTypeDescription
mountPathstringPath to management interface. Optional, defaults to /webmentions.
tokenstringWebmention.io API token. Required, defaults to process.env.WEBMENTION_IO_TOKEN.