0.0.1 • Published 8 years ago

webcard v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

webcard

Generate an html of any web page's summary.

Installation

$ npm install webcard

Usage

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

Options

PropertyTypeDescriptionDefault
proxystringURL of proxy that wrap non-https contentsnull

Example

import webcard from 'webcard';

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

License

MIT