5 ms·
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 s
by ms123 5y ago
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.
- amadeuspagel 5y agoI 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.
- ms123 5y agoThat makes sense!