Feedability is a Node.js server that uses Readability to replace article excerpts in feeds with the full article text. For documentation read the readme file and wiki.
Feedability is written in javascript using the
v8 engine and Node.js.
It implements a small HTTP server, you sent the feed you want to read just
as a query string or parameter, so for instance:
http://{host}/http://example.com/atom.xml
The node.js
server will download the feed and parse it for item links (article links),
it will also remove any existing content excerpts. Then it crawls all
articles and uses readability to extract the content of the received pages.
The original feed will be extended with the full-text of the articles and
send to the user (the feed reader software). Feedability also supports
filters based on jquery
selectors.