https://github.com/schultyy/kraken
Consumes your RSS
https://github.com/schultyy/kraken
Last synced: about 1 year ago
JSON representation
Consumes your RSS
- Host: GitHub
- URL: https://github.com/schultyy/kraken
- Owner: schultyy
- License: mit
- Created: 2013-12-07T14:52:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-08T21:48:46.000Z (over 12 years ago)
- Last Synced: 2025-04-06T23:35:28.919Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yo kraken
======
[](https://travis-ci.org/schultyy/kraken)
This is something like a Rss reader. I wanted to have a reader which builds a nice timeline from all of my feeds. Tired of clicking through the blog posts and stuff blog by blog.
This doesn't do any concurrency stuff, it loads all feeds on the main thread. So it could take some time.
## Features
* Load rss feeds
* Build timeline
* Mark as read
* Favs
## Needs to be done
* Concurrency
* App icon
* Nicer design
# dependencies
* Underscore.m (https://github.com/robb/Underscore.m)