Skip to content

hellocodeM/easy-read

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-friendly readability

Readability.js by Arc90 ported to node.js. I forked the repo because the origin has been stopped maintaining.

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

About

Forked from arrix node-readability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%