An open API service indexing awesome lists of open source software.

https://github.com/fb55/readablefeeds

runs readabilitySAX on feeds
https://github.com/fb55/readablefeeds

Last synced: over 1 year ago
JSON representation

runs readabilitySAX on feeds

Awesome Lists containing this project

README

          

A small library that runs readabilitySAX on feeds.

This version works, but is far from perfect. Some things that should be done:

* The feed parser should read data as it approaches
* CACHING. For every run, every page of a feed needs to be processed by `readabilitySAX`. Due to `readabilitySAX`' speed, the CPU isn't the main concern - network usage matters even more.
* It would be nice to have PuSH (PubSubHubbub) support