Readability.js by Arc90 ported to node.js. I forked the repo because the origin has been stopped maintaining.
- Url support.
- Awesome performance.
- Robust support for multiple languages.
npm install easy-readvar read = require('easy-read');
read('http://wanghuanming.com/2015/01/summary-for-2014/', function(result) {
console.log(result.title, result.content);
});
- no fetching next pages
- no support for frames