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

1.0.1 • Public • Published

window-metadata npm version

Scrape Window Metadata

API

interface IWebsiteMetadata {
  description: string;
  url: string;
  icons: string[];
  name: string;
}
 
function getWindowMetadata(): IWebsiteMetadata | null;

Package Sidebar

Install

npm i window-metadata

Weekly Downloads

1,979

Version

1.0.1

License

MIT

Unpacked Size

119 kB

Total Files

13

Last publish

Collaborators

  • pedrouid