Ghost/ghost/oembed-service
Fabien 'egg' O'Carroll 33ebe971f8
Added BookshelfMentionRepository implementation (#16156)
fixes https://github.com/TryGhost/Team/issues/2418

This stores the received webmentions in the database.

Co-authored-by: Simon Backx <simon@ghost.org>
2023-01-20 14:32:50 +01:00
..
lib Added BookshelfMentionRepository implementation (#16156) 2023-01-20 14:32:50 +01:00
test
.eslintrc.js
index.js
package.json Added version information to log lines 2023-01-20 13:18:44 +01:00
README.md

Oembed Service

Oembed service for Ghost

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