{"id":13582867,"url":"https://github.com/ggkovacs/rss-finder","last_synced_at":"2025-03-16T21:30:45.222Z","repository":{"id":3162354,"uuid":"48029940","full_name":"ggkovacs/rss-finder","owner":"ggkovacs","description":"Find rss feeds url","archived":false,"fork":false,"pushed_at":"2023-02-03T13:35:11.000Z","size":2339,"stargazers_count":72,"open_issues_count":13,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-15T06:34:29.119Z","etag":null,"topics":["finder","nodejs","rss","rss-finder"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ggkovacs.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}},"created_at":"2015-12-15T08:33:45.000Z","updated_at":"2024-06-25T20:12:51.000Z","dependencies_parsed_at":"2023-02-18T07:30:57.238Z","dependency_job_id":null,"html_url":"https://github.com/ggkovacs/rss-finder","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggkovacs%2Frss-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggkovacs%2Frss-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggkovacs%2Frss-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggkovacs%2Frss-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ggkovacs","download_url":"https://codeload.github.com/ggkovacs/rss-finder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243550666,"owners_count":20309289,"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":["finder","nodejs","rss","rss-finder"],"created_at":"2024-08-01T15:03:05.204Z","updated_at":"2025-03-16T21:30:44.800Z","avatar_url":"https://github.com/ggkovacs.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# RSS Finder [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coverage-image]][coverage-url]\nVersion: **2.1.5**\n\n## Installation\n\nRun `npm install rss-finder`\n\n## Usage\n\n```js\n'use strict';\n\nvar rssFinder = require('rss-finder');\n\nrssFinder('http://www.nytimes.com').then(function(res) {\n    console.log(res);\n}).catch(function(err) {\n    console.log(err);\n});\n\n// or\n\nrssFinder({\n    url: 'http://www.nytimes.com'\n}).then(function(res) {\n    console.log(res);\n}).catch(function(err) {\n    console.log(err);\n});\n```\n\n### Response\n```js\n{\n    site: {\n        title: 'The New York Times - Breaking News, World News \u0026 Multimedia',\n        favicon: 'http://static01.nyt.com/favicon.ico',\n        url: 'http://www.nytimes.com'\n    },\n    feedUrls:[{\n        title: 'RSS',\n        url: 'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml'\n    }]\n}\n```\n\n## API\n\n### rssFinder(options)\n\n#### options\nType: `String` | `Object`\n\n##### url\nType: `String`\n\n##### gotOptions\n\nThis object is passed to [`got` options](https://github.com/sindresorhus/got#api) directly (refer to [`got` documentation](https://github.com/sindresorhus/got)).\n\n##### feedParserOptions\n\nThis object is passed to [`feedparser` options](https://github.com/danmactough/node-feedparser#options) directly (refer to [`feedparser` documentation](https://github.com/danmactough/node-feedparser)).\n\n\n# License\nMIT © 2021 Gergely Kovács (gg.kovacs@gmail.com)\n\n[npm-image]: https://badge.fury.io/js/rss-finder.svg\n[npm-url]: https://npmjs.org/package/rss-finder\n[travis-image]: https://travis-ci.com/ggkovacs/rss-finder.svg?branch=master\n[travis-url]: https://travis-ci.com/ggkovacs/rss-finder\n[daviddm-image]: https://david-dm.org/ggkovacs/rss-finder.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/ggkovacs/rss-finder\n[coverage-image]: https://coveralls.io/repos/ggkovacs/rss-finder/badge.svg?service=github\u0026branch=master\n[coverage-url]: https://coveralls.io/github/ggkovacs/rss-finder?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggkovacs%2Frss-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fggkovacs%2Frss-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggkovacs%2Frss-finder/lists"}