{"id":21558116,"url":"https://github.com/koopjs/koop-output-rss","last_synced_at":"2026-02-01T19:31:13.836Z","repository":{"id":98944478,"uuid":"608790457","full_name":"koopjs/koop-output-rss","owner":"koopjs","description":"A Koop output plugin for generating RSS 2.0 feeds (including GeoJSON) from any Koop Providers.","archived":false,"fork":false,"pushed_at":"2025-10-01T22:10:59.000Z","size":945,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T07:51:40.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/koopjs.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}},"created_at":"2023-03-02T18:37:48.000Z","updated_at":"2025-10-01T22:07:50.000Z","dependencies_parsed_at":"2025-04-10T10:42:02.766Z","dependency_job_id":"c72ec016-a7d6-4cc7-9b05-58a54c414858","html_url":"https://github.com/koopjs/koop-output-rss","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/koopjs/koop-output-rss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Fkoop-output-rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Fkoop-output-rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Fkoop-output-rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Fkoop-output-rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koopjs","download_url":"https://codeload.github.com/koopjs/koop-output-rss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Fkoop-output-rss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28987274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","response_time":56,"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":[],"created_at":"2024-11-24T08:14:02.228Z","updated_at":"2026-02-01T19:31:13.819Z","avatar_url":"https://github.com/koopjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Koop Output RSS 2.0  \n![Coverage](./coverage.svg)\n\nThis is a Koop output plugin that transforms datasets from Koop Provider into a RSS 2.0 feed (with GeoRSS) encoded in XML.\n\nProposed channel/item RSS 2.0 XML structure: [link here](https://confluencewikidev.esri.com/display/Hub/RSS+2.0+Hub+Feeds+Structure)\n\nSee the [RSS 2.0 specification](https://www.rssboard.org/rss-2-0) for more information.\n\n## Use\nThe plugin uses highly customizable feed template in JSON for field mapping which needs to be passed via Koop instance in `res.locals.feedTemplate` and `koop.server.locals.feedTemplateTransformsRss`. \n\nAn example of the feed template is below:\n```\n{\n    channel: {\n        title: 'ArcGIS Hubsite',\n        description: 'ArcGIS Hub is an easy-to-configure cloud platform that organizes people, data, and tools to accomplish Initiatives and goals.',\n        link: 'https://hub.arcgis.com/',\n        category: 'Opendata',\n        item: {\n            title: '{{name}}',\n            description: '{{searchDescription}}',\n            author: '{{orgContactEmail}}',\n            category: '{{categories}}',\n            pubDate: '{{created:toUTC}}'\n        }\n    }\n}\n```\nVisit the [KoopJS docs](https://koopjs.github.io/docs/basics/what-is-koop) for instructions on building and deploying a Koop app.\n\n## Develop\n```\n# clone and install dependencies\ngit clone https://github.com/koopjs/koopjs-output-rss\ncd koopjs-output-rss\nnpm i\n\n# starts the example Koop app found in ./example-app.\nnpm run dev\n```\n\n## Test\nRun the `npm t` commmand to spin up the automated tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoopjs%2Fkoop-output-rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoopjs%2Fkoop-output-rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoopjs%2Fkoop-output-rss/lists"}