afpy

afpy

simple RSS feed parsing server in node

npm install

Run the Server

Run npm start to start the server.

npm start

Test by accessing http://localhost:8080/?q=https://example.com/feed (replace with an actual feed URL).

If you need JSONP, add &callback=someCallback to the request URL.

Once you’ve got your server running, you can use a feed reader, something like this and employ some style templates. fetch(`${host}/?q=${encodeURIComponent(feedUrl)}`);