2016-09-15 02:57:10 +09:00
2016-09-15 02:52:47 +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-15 02:57:10 +09:00
2016-09-13 05:44:51 +09:00

summaly

Get any web page's summary.

Installation

$ npm install summaly

Usage

(url: string) => Promise<{
	title: string;
	icon: string;
	description: string;
	thumbnail: string;
	sitename: string;
}>

Example

import summaly from 'summaly';

const info = await summaly('http://example.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%