@doneup/window-metadata
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

window-metadata npm version

Scrape Window Metadata

API

interface IWebsiteMetadata {
  description: string;
  url: string;
  icons: string[];
  name: string;
}

function getWindowMetadata(): IWebsiteMetadata | null;

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @doneup/window-metadata

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

76.2 kB

Total Files

13

Last publish

Collaborators

  • gregb-du