All Projects → 1000ch → rog

1000ch / rog

Licence: MIT license
Retrieve open graph data from passing URL.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to rog

Open Graph
Library that assists in building Open Graph meta tags
Stars: ✭ 112 (+833.33%)
Mutual labels:  opengraph
go-opengraph
Golang package for parsing OpenGraph data from HTML into regular structures
Stars: ✭ 66 (+450%)
Mutual labels:  opengraph
hyde-hyde
A cool theme inspired by spf13's Hyde theme
Stars: ✭ 234 (+1850%)
Mutual labels:  opengraph
Embed
Get info from any web service or page
Stars: ✭ 1,808 (+14966.67%)
Mutual labels:  opengraph
Laravelmetatags
The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project
Stars: ✭ 226 (+1783.33%)
Mutual labels:  opengraph
next-banner
🖼️ Generate Open Graph images for Next.js on build
Stars: ✭ 45 (+275%)
Mutual labels:  opengraph
Social Links
Simple library to count shares and generate share buttons
Stars: ✭ 91 (+658.33%)
Mutual labels:  opengraph
WPFBOGP
WordPress Open Graph plugin development
Stars: ✭ 13 (+8.33%)
Mutual labels:  opengraph
SeoTags
SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
Stars: ✭ 113 (+841.67%)
Mutual labels:  opengraph
generate-og-image
Generate open graph images with Github Action from Markdown files
Stars: ✭ 32 (+166.67%)
Mutual labels:  opengraph
Ngmeta
Dynamic meta tags in your AngularJS single page application
Stars: ✭ 152 (+1166.67%)
Mutual labels:  opengraph
Meta Tags
Search Engine Optimization (SEO) for Ruby on Rails applications.
Stars: ✭ 2,464 (+20433.33%)
Mutual labels:  opengraph
magento2-module-seo
Magento 2 Module for Search Engine Optimization
Stars: ✭ 100 (+733.33%)
Mutual labels:  opengraph
Puppeteer Social Image
Create dynamic social share images using HTML + CSS via puppeteer 🎁
Stars: ✭ 141 (+1075%)
Mutual labels:  opengraph
webshot
Screenshot websites as a service.
Stars: ✭ 84 (+600%)
Mutual labels:  opengraph
Opengraph
A Swift wrapper for the Open Graph protocol (OGP).
Stars: ✭ 97 (+708.33%)
Mutual labels:  opengraph
react-ogp
🌐 The ultimate React OpenGraph component
Stars: ✭ 27 (+125%)
Mutual labels:  opengraph
wagtail-metadata-mixin
🔍 OpenGraph, Twitter Card and Schema.org snippet tags for Wagtail CMS pages
Stars: ✭ 42 (+250%)
Mutual labels:  opengraph
backend-csharp
A C# / Azure Functions implementation of the API for https://www.theurlist.com
Stars: ✭ 35 (+191.67%)
Mutual labels:  opengraph
meta-extractor
Super simple and fast html page meta data extractor with low memory footprint
Stars: ✭ 38 (+216.67%)
Mutual labels:  opengraph

rog

Retrieve open graph data by passing URL.

GitHub Actions Status lerna

Install

Install rog and its plugins.

$ npm install rog
$ npm install rog-plugin-title

Usage

import {rog} from 'rog';
import {rogTitle} from 'rog-plugin-title';

rog('http://google.com', {
  title: rogTitle
}).then(data => {
  console.log(data.title); // => <meta property="og:title" content="...">
}).catch(error => {
  console.error(error);
});

Packages

License

MIT © Shogo Sensui

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].