0.1.7 • Published 9 years ago

easy-read v0.1.7

Weekly downloads
3
License
-
Repository
-
Last release
9 years ago

user-friendly readability

Forked from Arrix.

Readability.js by Arc90 ported to node.js.

Features

  • Url support.
  • Awesome performance.
  • Robust support for multiple languages.

Install

npm install easy-read

Requirements

Example

var read = require('easy-read');

read('http://wanghuanming.com/2015/01/summary-for-2014/', function(result) {
    console.log(result.title, result.content);
});

Limitation

  • no fetching next pages
  • no support for frames
0.1.7

9 years ago

0.1.6

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago