Skip to content

atlasland/opengraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Graph for Deno

An Open Graph parser for Deno.

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

Usage

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

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

About

An Open Graph parser for Deno 🦕

Topics

Resources

Stars

Watchers

Forks

Contributors