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
- Host: GitHub
- URL: https://github.com/fb55/readablefeeds
- Owner: fb55
- Created: 2012-02-14T16:49:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-08-19T11:58:40.000Z (almost 13 years ago)
- Last Synced: 2025-01-23T05:29:23.503Z (over 1 year ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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