{"id":28004014,"url":"https://github.com/robot-inventor/find-feed","last_synced_at":"2025-05-09T02:38:52.149Z","repository":{"id":291627457,"uuid":"978247903","full_name":"Robot-Inventor/find-feed","owner":"Robot-Inventor","description":"Find the URL of the feed of the specified web page.","archived":false,"fork":false,"pushed_at":"2025-05-05T18:38:05.000Z","size":64,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T18:43:02.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Robot-Inventor.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2025-05-05T17:37:17.000Z","updated_at":"2025-05-05T18:37:41.000Z","dependencies_parsed_at":"2025-05-05T18:43:09.424Z","dependency_job_id":"ec3a521e-2301-42d9-b7bd-51d031d3b3a1","html_url":"https://github.com/Robot-Inventor/find-feed","commit_stats":null,"previous_names":["robot-inventor/find-feed"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robot-Inventor%2Ffind-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robot-Inventor%2Ffind-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robot-Inventor%2Ffind-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robot-Inventor%2Ffind-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Robot-Inventor","download_url":"https://codeload.github.com/Robot-Inventor/find-feed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253178862,"owners_count":21866617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-05-09T02:38:51.553Z","updated_at":"2025-05-09T02:38:52.131Z","avatar_url":"https://github.com/Robot-Inventor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# find-feed\n\nFind the URL of the RSS feed of the specified web page.\n\n## Features\n\n- Retrieve feeds from parent pages\n- Obtain `\u003clink rel=\"alternate\u003e` tags\n- Estimate feed URLs from `\u003ca\u003e` tags on the page even if they are not defined in `\u003clink rel=\"alternate\u003e` tags\n\n## Installation\n\n```bash\nnpm install find-feed\n```\n\n## Usage\n\n```typescript\nimport { findFeed } from \"find-feed\";\n\nconst feeds = await findFeed(\"https://example.com/\", {\n    // Search for feeds in the parent page URL.\n    recursive: true,\n    // Perform an aggressive search for feeds, including uncertain ones.\n    // It will heuristically detect RSS feed URLs by exploring links such as `\u003ca href=\"https://example.com/feed\"\u003e\u003c/a\u003e`.\n    aggressiveSearch: true\n});\n```\n\nFor more details, please refer to the [documentation](./docs/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobot-inventor%2Ffind-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobot-inventor%2Ffind-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobot-inventor%2Ffind-feed/lists"}