Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-metadata

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-metadata

A node that can retrieve the metadata of the provided URL

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

node-red-contrib-cloud-metadat

Node-RED node that fetch a URL metadata like page title, provider or thumbnail

Install

Install from npm

npm install node-red-contrib-metadata

Install from the palette manager

node-red-contrib-metadata

Usage

You can provide a URL in the node configuration or overwrite it by passing a URL in the message payload. Be sure to pass an absolute URL, starting with http or https.

On the output, you'll get the metadata as an object like:

{
	"description": "Page description",
	"icon": "https://www.page.com/favicon.ico",
	"image": "https://www.page.com/img/thumbnail.jpg",
	"title": "Page title",
	"language": "en",
	"type": "video.other",
	"provider":"Site"
}

Keywords

FAQs

Package last updated on 29 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc