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)
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.
Top comments (0)