{"id":15144291,"url":"https://github.com/incubated-geek-cc/github-readme-medium","last_synced_at":"2026-02-11T06:32:08.592Z","repository":{"id":255812624,"uuid":"851386367","full_name":"incubated-geek-cc/github-readme-medium","owner":"incubated-geek-cc","description":"A vercel api implementation to fetch latest medium posts.","archived":false,"fork":false,"pushed_at":"2024-09-08T12:48:53.000Z","size":727,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T11:37:15.854Z","etag":null,"topics":["expressjs","medium-article","rss-feed","vercel","vercel-api"],"latest_commit_sha":null,"homepage":"https://github-readme-medium-viewposts.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/incubated-geek-cc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-03T02:13:53.000Z","updated_at":"2024-09-08T12:48:56.000Z","dependencies_parsed_at":"2024-12-20T04:08:42.204Z","dependency_job_id":"63cb8570-c018-4594-a2a7-4eac875b737e","html_url":"https://github.com/incubated-geek-cc/github-readme-medium","commit_stats":null,"previous_names":["incubated-geek-cc/github-readme-medium"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/incubated-geek-cc/github-readme-medium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incubated-geek-cc%2Fgithub-readme-medium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incubated-geek-cc%2Fgithub-readme-medium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incubated-geek-cc%2Fgithub-readme-medium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incubated-geek-cc%2Fgithub-readme-medium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/incubated-geek-cc","download_url":"https://codeload.github.com/incubated-geek-cc/github-readme-medium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incubated-geek-cc%2Fgithub-readme-medium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29328261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expressjs","medium-article","rss-feed","vercel","vercel-api"],"created_at":"2024-09-26T10:40:20.773Z","updated_at":"2026-02-11T06:32:08.578Z","avatar_url":"https://github.com/incubated-geek-cc.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/geekcc'"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  # 「✏️」 github-readme-medium API\n\n  ### 🛠️ Built with NodeJS Express. Developed in \u003ca href='https://vercel.com/' target='_blank'\u003eVercel\u003c/a\u003e.\n\n**Fetches most recent 📝 Medium posts via RSS feed**\n\n\u003cdiv align=\"left\"\u003e\n\n### 📌 Usage\n\n\u003c/div\u003e\n\u003cdiv align=\"left\"\u003e\n\nTo display your recent published article from Medium on README.md, import link in README.md file as an image source:\n\n**Format:**\n```bash\n  https://github-readme-medium-viewposts.vercel.app/api/medium/@\u003cusername\u003e/\u003cindex\u003e\n```\n- `username`: your medium username/profile\n- `index` : your recent article index. e.g: `0` refers to latest post and `1` refers to 2nd latest post etc. \n\n\u003c/div\u003e\n\u003c/div\u003e\n \n### ✍ Read related post here\n[**Article :: How To Display Your Latest Medium Posts On GitHub Profile README**](https://geek-cc.medium.com/how-to-display-your-latest-medium-posts-on-github-profile-readme-8533b4d26980)\n\n### 👀 Preview\n\n**Script in README.md**\n\n```html\n\n\u003ca target=\"_blank\" href=\"https://github-readme-medium-viewposts.vercel.app/api/medium/@geek-cc/1\"\u003e\u003cimg src=\"https://github-readme-medium-viewposts.vercel.app/api/medium/@geek-cc/1\" alt=\"Latest Post 1\"\u003e\u003c/a\u003e\n\n\u003ca target=\"_blank\" href=\"https://github-readme-medium-viewposts.vercel.app/api/medium/@geek-cc/2\"\u003e\u003cimg src=\"https://github-readme-medium-viewposts.vercel.app/api/medium/@geek-cc/2\" alt=\"Latest Post 2\"\u003e\u003c/a\u003e\n\n```\n**Result**\n\n\u003ca target=\"_blank\" href=\"https://github-readme-medium-viewposts.vercel.app/api/medium/@geek-cc/1\"\u003e\u003cimg src=\"https://github-readme-medium-viewposts.vercel.app/api/medium/@geek-cc/1\" alt=\"Latest Post 1\"\u003e\u003c/a\u003e\n\n\u003ca target=\"_blank\" href=\"https://github-readme-medium-viewposts.vercel.app/api/medium/@geek-cc/2\"\u003e\u003cimg src=\"https://github-readme-medium-viewposts.vercel.app/api/medium/@geek-cc/2\" alt=\"Latest Post 2\"\u003e\u003c/a\u003e\n\n\n\u003cp\u003e— \u003cb\u003eJoin me on 📝 \u003cb\u003eMedium\u003c/b\u003e at \u003ca href='https://medium.com/@geek-cc' target='_blank'\u003e~ ξ(🎀˶❛◡❛) @geek-cc\u003c/a\u003e\u003c/b\u003e\u003c/p\u003e\n\n---\n\n#### 🌮 Please buy me a \u003ca href='https://www.buymeacoffee.com/geekcc' target='_blank'\u003eTaco\u003c/a\u003e! 😋","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincubated-geek-cc%2Fgithub-readme-medium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fincubated-geek-cc%2Fgithub-readme-medium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincubated-geek-cc%2Fgithub-readme-medium/lists"}