An open API service indexing awesome lists of open source software.

https://github.com/atlasland/opengraph

An Open Graph parser for Deno 🦕
https://github.com/atlasland/opengraph

deno denoland opengraph typescript

Last synced: about 2 months ago
JSON representation

An Open Graph parser for Deno 🦕

Awesome Lists containing this project

README

          

# Open Graph for Deno

An Open Graph parser for Deno.

> ⚠️ This project is unstable and actively being developed. Use with caution.

## Usage

```ts
import { parse } from "https://deno.land/x/opengraph/mod.ts";

const { title, image, description, url } = parse("https://deno.land/");
```