Member-only story
Featured
Dynamically Display Your Latest Medium Articles on GitHub!
You Need Only 1 Line of Code — Just Copy and Paste!
You don’t need to manually add a new article to GitHub every time you publish on Medium.
Imagine you’ve just written a great article on Medium and want to share it with the world. You want to make sure that your GitHub profile page not only displays your repositories but also highlights your latest work on Medium. By adding your most recent Medium articles to your GitHub profile, you can keep your followers and visitors updated without the need for manual updates every time you post a new article.
This dynamic feature can be achieved through a simple integration. In this article, I will guide you through the steps to dynamically add your recent Medium articles to your GitHub profile using a few lines of code.
What You Need
Here’s what you need to get started:
- GitHub Profile — You’ll need a GitHub profile where you can edit your
README.mdfile. This will be the place where your recent articles will appear. - Medium Profile Link — You’ll also need to know your Medium profile username. This is necessary to display your most recent posts.

