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

0.0.1 • Public • Published

webcard

Generate an html of any web page's summary.

Installation

$ npm install webcard

Usage

(url: string, options: Options) => Promise<string>

Options

Property Type Description Default
proxy string URL of proxy that wrap non-https contents null

Example

import webcard from 'webcard';
 
const html = await webcard('http://example.com', {
  proxy: 'https://your.proxy.com'
});

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i webcard

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • syuilo