reallysimple icon indicating copy to clipboard operation
reallysimple copied to clipboard

A Node package that reads RSS-like feeds and calls back with a simple, consistent JavaScript object.

Results 16 reallysimple issues
Sort by recently updated
recently updated
newest added

I've been working for quite some time, a couple of years at least, on a set of building blocks for feed writing and reading, in time for the twenty-year anniversary...

Hey there, love what you're doing here Dave to make things simple and easy to use :) Question - should this parse custom namespaces? For example, I'm playing around with...

Using reallysimple in a project I get this error: `reallysimple.js:1 Uncaught ReferenceError: myVersion is not defined at node_modules/reallysimple/reallysimple.js (reallysimple.js:1:37)` Changing the semi-colon to a comma in line 1 seems to...

[Scott Block](https://github.com/scottrblock) suggested [creating a server version](https://twitter.com/phonetonote/status/1535739590753009666) of the reallysimple parser so you don't have to deploy a server every time you need to parse a feed. Good idea. Ultimately...

I want everyone to use rssCloud, it's very easy once you have code to crib. right now I'm working on an OAuth connection to Mastodon, so I can hook FeedLand...

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...

Fediverse platforms all use the same form to identify users (`@username@server`). Should the service in this case identify the platform (e.g. Mastodon vs Pleroma vs Akkoma vs PixelFed or whatever),...

I wrote a post about this subject [on Scripting News](http://scripting.com/2022/11/17/120544.html). This is a place to discuss.

Hello, I was reading the http://source.scripting.com/ and my understanding is that presently this namespace cannot be used for non-Markdown sources (e.g. ReStructured Text, AsciiDoc or other). A possible alternative would...

When using reallysimple to display my Feedland linkblog feed, I noticed that `` tags and `\n` were being added to the item descriptions. This doesn't happen in all feeds. Neither...