node-readability

Server side readability with node.js

  • 所有者: arrix/node-readability
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

node-readability

Readability.js by Arc90 ported to node.js.

Blog post: Server side readability with node.js

Requirements

Live demo

I'm working on it...

Example

var readability = require('readability');
//...
// This is an very early example. The API is subject to change.
readability.parse(html, url, function(result) {
    console.log(result.title, result.content);
});

Performance

In my testing of 140 pages with an average size of 58KB collected from digg, delicious and hacker news, the average time taken for each page is about 1.1 seconds on a Mac Mini (2.4G Intel Core 2 Duo).

Limitation

  • no fetching next pages
  • no support for frames

Plan

  • Performance optimization
  • Better API, more options
  • Support more readability features

主要指標

概覽
名稱與所有者arrix/node-readability
主編程語言JavaScript
編程語言Shell (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2010-11-16 15:17:13
推送於2011-08-17 21:46:27
最后一次提交2011-02-12 09:16:53
發布數0
用户参与
星數398
關注者數21
派生數85
提交數34
已啟用問題?
問題數7
打開的問題數5
拉請求數2
打開的拉請求數4
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?