mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Nitro-Embed
API Service for fetching URL Information like images, icons, descriptions etc. thourgh OpenGraph, oEmbed and other standards.
early version of simpler embed api with Metascraper and oEmbed for better results.
Todo`s
- Metascraper
- oEmbed
- API Cache
- Image Caching
Install and start development server
Install dependencies
yarn install
Start development server
yarn dev
Example Request
Use the following request by posting it against the endpoint or open the url the yarn dev script did gave you and fire it there to get your first result.
{
embed(url: "https://human-connection.org") {
type
embed
title
description
author
publisher
url
date
image
audio
video
lang
logo
sources
}
}
Description
Languages
TypeScript
35.7%
Vue
24.9%
JavaScript
19.2%
HTML
17.8%
SCSS
0.9%
Other
1.4%