{"id":16212239,"url":"https://github.com/driaug/use-medium","last_synced_at":"2026-04-25T11:34:44.019Z","repository":{"id":57679620,"uuid":"492456296","full_name":"driaug/use-medium","owner":"driaug","description":"Get your latest Medium articles in React hook","archived":false,"fork":false,"pushed_at":"2022-06-14T10:40:38.000Z","size":350,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-16T04:40:27.684Z","etag":null,"topics":["medium","react","react-hooks"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/use-medium","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/driaug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["driaug"]}},"created_at":"2022-05-15T10:36:57.000Z","updated_at":"2023-03-07T14:49:58.000Z","dependencies_parsed_at":"2022-09-14T09:10:41.090Z","dependency_job_id":null,"html_url":"https://github.com/driaug/use-medium","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/driaug/use-medium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driaug%2Fuse-medium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driaug%2Fuse-medium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driaug%2Fuse-medium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driaug%2Fuse-medium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/driaug","download_url":"https://codeload.github.com/driaug/use-medium/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driaug%2Fuse-medium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"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":["medium","react","react-hooks"],"created_at":"2024-10-10T10:51:17.180Z","updated_at":"2026-04-25T11:34:39.010Z","avatar_url":"https://github.com/driaug.png","language":"TypeScript","funding_links":["https://github.com/sponsors/driaug"],"categories":[],"sub_categories":[],"readme":"![Decorative Banner](https://banners.beyondco.de/Use-Medium.png?theme=light\u0026packageManager=yarn+add\u0026packageName=use-medium\u0026pattern=leaf\u0026style=style_1\u0026description=Get+your+latest+Medium+articles+in+React\u0026md=1\u0026showWatermark=0\u0026fontSize=100px\u0026images=rss)\n\n## Installation\n- `npm i use-medium`\n- `yarn add use-medium`\n\n## Usage\n```tsx\nimport { useMedium } from 'use-medium';\n\nconst Articles = () =\u003e {\n    const articles = useMedium(\"driaug\");\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(\"driaug\", {\n  proxy: \"https://my-custom-proxy.com/\"\n});\n```\nThe above configuration will result in the following endpoint: `https://my-custom-proxy.com/https://medium.com/feed/@driaug`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdriaug%2Fuse-medium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdriaug%2Fuse-medium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdriaug%2Fuse-medium/lists"}