A walkthrough on automating a GitHub profile README to always display the latest blog posts. A Node.js script fetches an RSS feed, parses the XML using fast-xml-parser, generates a Markdown table of recent articles, and injects it between HTML comment markers in the README. A GitHub Actions workflow runs the script on a daily
•6m read time• From kittygiraudel.com
Table of contents
How it works §Templating the README §Creating the Node.js script §Running our script §Wrapping up §Sort: