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.
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 !
I like that it is built using angular so I can get some tips on how authentication is done. However I think the UI needs work, for example expanding a feed button is all the way to the other side, why not slide down on click of title? I found some UI bugs for example, where the + and power icon was underlapping under my feed. The power button also does nothing for me. I also had issues with adding non rss feeds.
Otherwise I like it. Nice work.
Yep, I still need to hash it before saving it. I found some libs doing that but I wanted to write an hashing function with salt without having to rely on a lib. Need some work !
17 comments
[ 3.0 ms ] story [ 50.2 ms ] threadEdit: I looked and it seems you are fetching the feeds on-the-fly.
Edit : I fix an error which crashed the application with a bad feed (without all the fields required) but I still need to adapt it to ATOM feeds