{"id":15388256,"url":"https://github.com/georapbox/rss-feed-reader","last_synced_at":"2026-02-27T22:41:57.172Z","repository":{"id":46605080,"uuid":"501122971","full_name":"georapbox/rss-feed-reader","owner":"georapbox","description":"A simple RSS Feed Reader based on web technologies (HTML, CSS, JavaScript)","archived":false,"fork":false,"pushed_at":"2026-01-29T07:03:43.000Z","size":11624,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-29T22:44:56.847Z","etag":null,"topics":["feed","reader","rss"],"latest_commit_sha":null,"homepage":"https://georapbox.github.io/rss-feed-reader/","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/georapbox.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":"2022-06-08T06:13:02.000Z","updated_at":"2026-01-29T07:03:15.000Z","dependencies_parsed_at":"2023-02-09T10:46:20.513Z","dependency_job_id":"95e43bcb-6763-4eb9-8811-40300dc615f3","html_url":"https://github.com/georapbox/rss-feed-reader","commit_stats":{"total_commits":153,"total_committers":1,"mean_commits":153.0,"dds":0.0,"last_synced_commit":"e260ec3f98fe389a323a1a8b556c9580c9cc07f0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/georapbox/rss-feed-reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georapbox%2Frss-feed-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georapbox%2Frss-feed-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georapbox%2Frss-feed-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georapbox%2Frss-feed-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/georapbox","download_url":"https://codeload.github.com/georapbox/rss-feed-reader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georapbox%2Frss-feed-reader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29917933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"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":["feed","reader","rss"],"created_at":"2024-10-01T14:56:09.641Z","updated_at":"2026-02-27T22:41:57.168Z","avatar_url":"https://github.com/georapbox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS Feed Reader\n\nA Progressive Web App (PWA) for reading RSS feeds.\n\n## About\n\nRSS Feed Reader is a web application that allows you to read RSS feeds in a clean and simple interface. It is built using Web components and is a Progressive Web App (PWA) which means it can be installed on your device and used offline.\n\n## Live demo\n\n👉 [RSS Feed Reader](https://georapbox.github.io/rss-feed-reader/)\n\n## Features\n\nSome of the key features of the application include:\n- Add one or many RSS feeds in XML format.\n- Enable/disable feeds per will.\n- Export/share feeds URLs to use in other devices (all data is saved on device).\n\n## Screenshots\n\nThe following screenshots show the application in action:\n\n![Screenshot light](screenshots/screenshot-light.png)\n![Screenshot dark](screenshots/screenshot-dark.png)\n\n## Development\n\nBelow are the instructions for setting up the development environment.\n\n### Prerequisites\n\n- **[nvm](https://github.com/nvm-sh/nvm)** (Node Version Manager)\n\nThe required Node.js version is managed via **nvm** and defined in the `.nvmrc` file.  \nOnce the correct Node version is active, the bundled npm version will be used automatically.\n\n### Installation\n\nClone the repository to your local machine:\n\n```sh\ngit clone git@github.com:georapbox/rss-feed-reader.git\n```\n\nNavigate to the project's directory and install the dependencies:\n\n```sh\nnpm install\n```\n\n### Running the application\n\nTo run the application in development mode, run the following command:\n\n```sh\nnpm start -- --open\n```\n\nThis will start the development server and open the application in your default web browser.\n\n### Building the application for production\n\nTo build the application for production, run the following command:\n\n```sh\nnpm run build\n```\n\nThis will create a `dist` directory containing the production build of the application.\n\n### Deployment\n\nTo deploy the application, run the following command:\n\n```sh\nnpm run deploy\n```\n\nThis will build the application first and then deploy it to GitHub Pages in the `gh-pages` branch.\n\n## Helpful links\n\n- [RSS feeds collection](https://github.com/simevidas/web-dev-feeds) for web developers by [@simevidas](https://github.com/simevidas).\n- [Get RSS Feed URL](https://addons.mozilla.org/en-US/firefox/addon/get-rss-feed-url/) Firefox addon\n- [Get RSS Feed URL](https://chrome.google.com/webstore/detail/get-rss-feed-url/kfghpdldaipanmkhfpdcjglncmilendn) Chrome extension\n\n## License\n\n[The MIT License (MIT)](https://github.com/georapbox/rss-feed-reader/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorapbox%2Frss-feed-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorapbox%2Frss-feed-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorapbox%2Frss-feed-reader/lists"}