DEV Community

Cover image for Fetching Medium Posts And Showing In GitHub Profile
Atakan Demircioğlu
Atakan Demircioğlu

Posted on

Fetching Medium Posts And Showing In GitHub Profile

I created a nodeJS app that fetches medium posts from medium rss and converts to svg, json or html.

With svg version you can easily add to your github profile.

For adding GitHub profile just add this to your README.

![Alt text here](https://nodejs-medium-fetcher.vercel.app/?username=atakde&limit=5&responseType=svg)(https://medium.com/@atakde)
Enter fullscreen mode Exit fullscreen mode

Note: Do not forget to replace username.

For other usage you can get response in json type with replacing &responseType=svg part with &responseType=json.

For detailed information you can check git repository.

Git: https://github.com/atakde/nodejs-medium-fetcher

Top comments (0)