2016-09-13 05:59:07 +09:00
2016-09-13 05:44:51 +09:00
2016-09-13 05:44:51 +09:00
2016-09-13 05:44:51 +09:00
2016-09-13 05:44:51 +09:00
2016-09-13 05:44:51 +09:00
2016-09-13 05:44:51 +09:00
2016-09-13 05:44:51 +09:00
2016-09-13 05:59:07 +09:00
2016-09-13 05:44:51 +09:00
2016-09-13 05:44:51 +09:00

webcard

Generate an html of any web page's summary.

Installation

$ npm install webcard

Usage

(url: string, opts: 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

Description
? Get a summary of any web page
Readme MIT 1.3 MiB
Languages
TypeScript 76.3%
HTML 11.9%
JavaScript 11.8%