easy-read

Readability with a good performence

Usage no npm install needed!

<script type="module">
  import easyRead from 'https://cdn.skypack.dev/easy-read';
</script>

README

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