Minimal River.js Reader v0.11 – adds filtering of the feed river http://andysylvester.com/b/5P
July 2014
Minimal River.js Reader – Version 0.11
I made some updates to add filtering of the river used in the app. The user can enter a one word search term to filter the results of the river. For example, if you wanted to find all items that had “Obama” in the title or body, you can enter “Obama” (no quotes) in the text box and see the items with that term shown. The search is case-insensitive.
As before, you can check it out on my site as well as on Github!
Minimal Rss.js Reader – Web app to read RSS feeds…
Minimal Rss.js Reader – Web app to read RSS feeds encoded in JSON http://andysylvester.com/b/5H
Minimal Rss.js Reader
After my post from yesterday on the River.js format for feed rivers, I remembered that Dave Winer had done an earlier version of JSON encoding for RSS feeds called Rss.js. I made some slight changes to my Minimal River.js Reader and created a new version. You can check it out on my website or on Github.
Minimal River.js Reader – Read feeds in River.js f…
Minimal River.js Reader – Read feeds in River.js format #indieweb http://andysylvester.com/b/5A
Minimal River.js Reader
I saw Dave Winer post some sample code this morning for reading feed files in the River.js format. I immediately started playing with it, and decided to create a simple app based on his sample. You can check it out on my website, as well as check out the code on Github. Enjoy! I plan to do more with this app, but at least I have a start….