@breadcrum/extract-meta

Extract various metadata from html

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@breadcrum/extract-meta
401.0.5a year agoa year agoMinified + gzip package size for @breadcrum/extract-meta in KB

Readme

@breadcrum/extract-meta
Actions Status Coverage Status latest version downloads
A generalized metadata extractor for breadcrum.net. Not perfect, but a start. Nothing in this is very set in stone. Ideas welcome.

API

```js import { extractMeta } from '@breadcrum/extract-meta' const { title, summary, tags } = await extractMeta(document) // String title // String summary // Array of tag strings ````

See also