Show HN: Freader, an open source RSS Reader built with Node.js and Angular
geekuillaume.github.io
Show HN: Freader, an open source RSS Reader built with Node.js and Angular
1–10 of 18 posts
Re: Show HN: Freader, an open source RSS Reader built with Node.js and Angular
#2Are you using NodeJs for the cron jobs too? (I am assuming you have cron jobs running to fetch feeds periodically).
Edit: I looked and it seems you are fetching the feeds on-the-fly.
Re: Show HN: Freader, an open source RSS Reader built with Node.js and Angular
#3It is not working and says invalid feed even though the address is correct and works with all other readers.
Re: Show HN: Freader, an open source RSS Reader built with Node.js and Angular
#4the green background is gonna get annoying, fast :(
Re: Show HN: Freader, an open source RSS Reader built with Node.js and Angular
#5Are you using NodeJs for the cron jobs too? (I am assuming you have cron jobs running to fetch feeds periodically). Edit: I looked and it seems you are fetching the feeds on-the-fly.
Yes, it only get the feeds when a user need to, it's far more simple and unactives feeds are not refreshed uselessly
Re: Show HN: Freader, an open source RSS Reader built with Node.js and Angular
#6It is not working and says invalid feed even though the address is correct and works with all other readers.
Weird... What is the feed's URL ?
Re: Show HN: Freader, an open source RSS Reader built with Node.js and Angular
#7the green background is gonna get annoying, fast :(
Yes, I think I will switch it to a simple white, I'm not a very good web designer but I need to improve the global UI / UX
Re: Show HN: Freader, an open source RSS Reader built with Node.js and Angular
#8I wish it didn't have the MongoDB requirement. IMO something with a few thousand messages can easily be done w/o a full blown database.
Re: Show HN: Freader, an open source RSS Reader built with Node.js and Angular
#9It is not working and says invalid feed even though the address is correct and works with all other readers.
Weird... What is the feed's URL ?
It crashes on any Atom feed. It seems the code in scrapper.js only handles RSS, and even there makes some assumptions that might not hold for all feeds.
Re: Show HN: Freader, an open source RSS Reader built with Node.js and Angular
#10I wish it didn't have the MongoDB requirement. IMO something with a few thousand messages can easily be done w/o a full blown database.
MongoDB runs everywhere and in a very short time and there is a lot of service providing free databases for it. For example, the demo App is using MogoLab free offer and it's working just fine !