Live data from Hacker News

Show HN: Dfeed – a feed reader you can use without an account

dfeed.net

1–10 of 18 posts

Re: Show HN: Dfeed – a feed reader you can use without an account

#4
post #3

Love the simplicity! Congrats! What would it take to turn it into a stand-alone html file that could be "double clicked" and used as an application? It almost seems to work, but I wasn't able to add new feeds.

I don't think that would work well, because most feeds block CORS requests (or rather, they don't explicitly allow CORS requests) and you would have to wait for the last request to finish every time.

Re: Show HN: Dfeed – a feed reader you can use without an account

#9
post #3

Love the simplicity! Congrats! What would it take to turn it into a stand-alone html file that could be "double clicked" and used as an application? It almost seems to work, but I wasn't able to add new feeds.

I don't think that would work well, because most feeds block CORS requests (or rather, they don't explicitly allow CORS requests) and you would have to wait for the last request to finish every time.

That makes sense!
Post reply on HN