Ghost/ghost/webmentions
Steve Larson 6c97edec25
moved sending mentions to job (#16234)
refs TryGhost/Team#2523
-implemented jobsService within mention sending service
-updated tests so we don't need to sleep
2023-02-08 16:29:12 -06:00
..
lib moved sending mentions to job (#16234) 2023-02-08 16:29:12 -06:00
test moved sending mentions to job (#16234) 2023-02-08 16:29:12 -06:00
.eslintrc.js Added webmentions package (#16133) 2023-01-17 13:18:16 +08:00
index.js Added webmentions package (#16133) 2023-01-17 13:18:16 +08:00
package.json Added mention discovery service (#16154) 2023-01-20 11:45:48 +01:00
README.md Added webmentions package (#16133) 2023-01-17 13:18:16 +08:00

Webmentions

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests