rubanero14 / Multi-RSS-News-Feed-Vue3

RSS Feed Component - Vue JS
MIT License
4 stars 1 forks source link

More feature #1

Closed BioBut closed 1 year ago

BioBut commented 1 year ago

Example: https://github.com/putuwahyu29/feednews

rubanero14 commented 1 year ago

Example: https://github.com/putuwahyu29/feednews

Interesting. What more features needed?

BioBut commented 1 year ago

Other Example https://github.com/shankrmahadevan/tamil-news-feed

rubanero14 commented 1 year ago

Other Example https://github.com/shankrmahadevan/tamil-news-feed

Demo?

BioBut commented 1 year ago

No but Look like news Website.

rubanero14 commented 1 year ago

Sorry what are you trying to imply here?, And what features are missing?

BioBut commented 1 year ago

Sorry what are you trying to imply here?

https://github.com/shankrmahadevan/tamil-news-feed Currently not available demo but i check this website source code . This website Use RSS Feed But Look like News Website

rubanero14 commented 1 year ago

Sorry what are you trying to imply here?

https://github.com/shankrmahadevan/tamil-news-feed

This website Use RSS Feed But Look like News Website

I cant see the website, so hard to comment on it. About this repo is a multi sources scalable RSS feed plugin/component, not meant for making a news website, it is meant for easily integrated into Vue projects that requires custom RSS scalable feed. I did this as tech demo for client who needs a reusable plugin RSS reader plugin. For a news website, I have plans too and I'll keep in mind doing a full news website. Don't mind suggesting what features needed based on your view for news website? Thanks

BioBut commented 1 year ago

Okay Thanks

rubanero14 commented 1 year ago

Okay Thanks

Thank you for the suggestions

rubanero14 commented 1 year ago

@BioBut Review the site now, features added as per your suggestion

BioBut commented 1 year ago

@BioBut Review the site now, features added as per your suggestion

nice features but other example

rubanero14 commented 1 year ago

@BioBut Review the site now, features added as per your suggestion

nice features but other example

https://www.zergnet.com/

Nice site. Will look it up a way

BioBut commented 1 year ago

More Rss Feed Link available

https://github.com/simevidas/web-dev-feeds

rubanero14 commented 1 year ago

More Rss Feed Link available

https://github.com/simevidas/web-dev-feeds

Interesting repo. Nice place to hunt for more sources. Thanks again. What do you think about this? https://github.com/impressivewebs/frontend-feeds

rubanero14 commented 1 year ago

More Rss Feed Link available

https://github.com/simevidas/web-dev-feeds

More sources of RSS links added as per request

BioBut commented 1 year ago

Nice Project But Your project not support 1000 Rss Feed But possible example: https://github.com/MillanUka/RSS-Feed-Reader

rubanero14 commented 1 year ago

I have reviewed her website, looks like she uses dynamic RSS feed url inputs from user itself and store them in to their local storage. There is another issue, since all XML are unique in structure, might break or can't support by her application. Unless she handled different possible type of XML structure, that's good. Nice feature btw. But maybe I can do this for my own project in future in separate project, easy one. The issue is for this component, since my client only wants selected feeds into his components, bear in mind this is for Fintech website of his. So that's the limitation. Otherwise awesome suggestion. Technically, this component can support unlimited amount of feeds and topics, but it's hard coded and not user specific like u suggested. Thanks again for the input.