|
|
|
|
|
by shenedu
4838 days ago
|
|
Hi, Rssminer is a personal weekend project, it's open source [1] I create it because I want to learn how to do one page webapp with Backbone.js, but at the last, I drop backbone, life become much easier. When writing it, I need an async HTTP Server and Client, so I write one myself, called http-kit[2], it seems that it's more popular than Rssminer. Rssminer is not feature complete as other ones, It has: 1. Import subscription list from Google Reader
2. Feed reading
3. Keyboard support
4. Fast (the landing page is not very fast, though)
5. Run it yourself, the readme on github has detailed procedure about how to run it locally. Bug report or pull request are welcome. Let's build a Rss reader we like. [1] https://github.com/shenfeng/rssminer
[2] http://http-kit.org |
|