DEV Community

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

Posted on

3 2

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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay