@indiekit/endpoint-webmention-io
v1.0.0-beta.27
Published
Webmention.io endpoint for Indiekit. View webmentions collected by the Webmention.io service.
Maintainers
Readme
@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:
{
"plugins": ["@indiekit/endpoint-webmention-io"],
"@indiekit/endpoint-webmention-io": {
"mountPath": "/webmentions",
},
}Options
| Option | Type | Description |
| :---------- | :------- | :-------------------------------------------------------------------------------------------------------------------- |
| mountPath | string | Path to management interface. Optional, defaults to /webmentions. |
| token | string | Webmention.io API token. Required, defaults to process.env.WEBMENTION_IO_TOKEN. |
