{"id":21147890,"url":"https://github.com/siamahnaf/use-rss-medium","last_synced_at":"2026-04-21T20:34:12.766Z","repository":{"id":202966929,"uuid":"708513090","full_name":"siamahnaf/use-rss-medium","owner":"siamahnaf","description":"Get your latest medium article in react. A npm package to format medium rss post articles into json formate in a react application.","archived":false,"fork":false,"pushed_at":"2026-01-01T15:59:22.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T00:54:58.275Z","etag":null,"topics":["medium","medium-api","npm-package","react","react-hook"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/use-rss-medium","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siamahnaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-22T19:20:22.000Z","updated_at":"2026-01-01T15:59:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c9f6728-96fb-4c74-bee7-5d678085bbf5","html_url":"https://github.com/siamahnaf/use-rss-medium","commit_stats":null,"previous_names":["siamahnaf/use-rss-medium"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/siamahnaf/use-rss-medium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siamahnaf%2Fuse-rss-medium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siamahnaf%2Fuse-rss-medium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siamahnaf%2Fuse-rss-medium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siamahnaf%2Fuse-rss-medium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siamahnaf","download_url":"https://codeload.github.com/siamahnaf/use-rss-medium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siamahnaf%2Fuse-rss-medium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32108767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["medium","medium-api","npm-package","react","react-hook"],"created_at":"2024-11-20T09:19:09.372Z","updated_at":"2026-04-21T20:34:12.754Z","avatar_url":"https://github.com/siamahnaf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/siamahnaf/assets-kit/main/logo/logo-white.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/siamahnaf/assets-kit/main/logo/logo-black.png\"\u003e\n  \u003cimg alt=\"Siam Ahnaf\" src=\"https://raw.githubusercontent.com/siamahnaf/assets-kit/main/logo/logo-black.png\" height=\"auto\" width=\"240\"\u003e\n\u003c/picture\u003e\n\n## use-rss-medium\nGet your latest medium article in react. A npm package to format medium rss post articles into json formate in a react application.\n\n## Installation\n- `npm i use-rss-medium`\n- `yarn add use-rss-medium`\n\n## Usage\n```tsx\nimport { useMedium } from 'use-rss-medium';\n\nconst Articles = () =\u003e {\n    const articles = useMedium(\"cabbageweb\");\n\n    return (\n      \u003cul\u003e\n        {articles.map(article =\u003e (\n          \u003cli key={article.guid}\u003e\n            \u003ca href={article.link}\u003e{article.title}\u003c/a\u003e\n            \u003cp\u003e{article.description}\u003c/p\u003e\n          \u003c/li\u003e\n        ))}\n      \u003c/ul\u003e\n    );\n};\n```\n\n## Remarks\n### Proxy\nThis project makes use of a free Proxy service to access the Medium API. If for any reason you want to use another service then you can specify it in the configuration paramters\n```ts\nconst articles = useMedium(\"cabbageweb\", {\n  proxy: \"https://my-custom-proxy.com/\"\n});\n```\nThe above configuration will result in the following endpoint: `https://my-custom-proxy.com?url=https://medium.com/feed/@cabbageweb`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiamahnaf%2Fuse-rss-medium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiamahnaf%2Fuse-rss-medium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiamahnaf%2Fuse-rss-medium/lists"}