{"id":22490470,"url":"https://github.com/anastr0/RSS-feed-aggregator-client","last_synced_at":"2025-08-02T22:33:08.167Z","repository":{"id":53620129,"uuid":"347259049","full_name":"anastr0/RSS-feed-aggregator-client","owner":"anastr0","description":"Vuejs application that parses RSS feeds and shows aggregated daily news feed. ","archived":false,"fork":false,"pushed_at":"2021-03-20T13:32:09.000Z","size":1361,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-10T11:38:32.164Z","etag":null,"topics":["rss","rss-feed","vuejs"],"latest_commit_sha":null,"homepage":"https://anaswaratrajan.github.io/RSS-feed-aggregator-client/","language":"Vue","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/anastr0.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":"2021-03-13T03:09:37.000Z","updated_at":"2024-08-10T11:38:32.165Z","dependencies_parsed_at":"2022-09-12T03:00:28.203Z","dependency_job_id":null,"html_url":"https://github.com/anastr0/RSS-feed-aggregator-client","commit_stats":null,"previous_names":["anastr0/rss-feed-aggregator-client"],"tags_count":null,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anastr0%2FRSS-feed-aggregator-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anastr0%2FRSS-feed-aggregator-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anastr0%2FRSS-feed-aggregator-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anastr0%2FRSS-feed-aggregator-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anastr0","download_url":"https://codeload.github.com/anastr0/RSS-feed-aggregator-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228501236,"owners_count":17930220,"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":["rss","rss-feed","vuejs"],"created_at":"2024-12-06T17:22:14.293Z","updated_at":"2024-12-06T17:25:07.701Z","avatar_url":"https://github.com/anastr0.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# RSS-feed-aggregator-client\nVuejs application that parses RSS feeds and shows aggregated daily news feed. [Try now](https://anaswaratrajan.github.io/RSS-feed-aggregator-client/)!\n\n\nCheck out [server](https://github.com/anaswaratrajan/RSS-feed-aggregator-server) repository.\n\n## Table of contents\n\n- [Prerequisites](#prerequisites)\n- [Setup](#Setup)\n- [Usage](#Usage)\n- [Features](#Features)\n- [Repository-Structure](#Repository-Structure )\n\n# Prerequisites\n\n* node 14.7+\n\n# Setup\n\n```\ncd RSS-feed-aggregator-server\n\nnpm i\n```\n\n\u003e Rename .env.example to .env\n```\nnpm run serve\n```\n\n\u003e http://localhost:8080/RSS-feed-aggregator-client/\n\n# Usage \n\n* Enter any RSS feed link and click `get feed`  button, gives back sortable list of RSS feed from the given link.\n\n* Click `+ daily feed` and the feed link in input field will be added to the list of feedURLs to fetch into `daily news feed` section on each page reload\n\n# Features\n\n* Give RSS feed for a given feed URL\n* Give aggregated RSS feed of feedURLs saved by user so far. \n\u003e Note: Stored state will be lost on deleting browser data since feedURLs are stored in localstorage\n* Both sections have feed list sortable by published date\n* Burger icon expands each headline to render the content ( Also renders html content )\n\n# Repository-Structure \n\n```\n.\n├── App.vue\n├── assets\n│   └── logo.png\n├── components\n│   ├── Layout\n│   │   ├── Footer.vue\n│   │   └── Header.vue\n│   ├── RSSComponents\n│   │   ├── DailyFeedTable.vue\n│   │   ├── RSSFeedTable.vue\n│   │   └── SearchBar.vue\n│   └── RSSParentComponent.vue\n├── main.js\n└── utils\n    └── fetchers.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanastr0%2FRSS-feed-aggregator-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanastr0%2FRSS-feed-aggregator-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanastr0%2FRSS-feed-aggregator-client/lists"}