scripting / reallysimple

A Node package that reads RSS, Atom and RDF feeds and calls back with a simple, consistent JavaScript object.
MIT License
83 stars 0 forks source link

rssCloud example app #12

Open scripting opened 1 year ago

scripting commented 1 year ago

After getting the rssCloud implementation in FeedLand debugged, with the help of @andrewshell, I thought it was a good time to preserve my understanding of how it works in an example Node.js app that implements the feed reader side of the three-sided network.

This code could use a review by people who have implemented rssCloud and those who are interested.

I haven't written much in the way of docs yet, but I expect to do that later today.

The code is here in the reallySimple repo under demos.

https://github.com/scripting/reallysimple/tree/main/demos/clouddemo

Hope this is helpful. ;-)

scripting commented 1 year ago

Added a bunch of docs.

https://github.com/scripting/reallysimple/tree/main/demos/clouddemo

andrewshell commented 1 year ago

I tested the demo this morning, and it looks like it's working correctly.

scripting commented 1 year ago

@andrewshell -- thanks!