filipedeschamps / rss-feed-emitter

Super RSS News Feed aggregator written in Node.js and ES6
MIT License
1.06k stars 77 forks source link

Does this library work in the browser? #225

Closed LorhanSohaky closed 11 months ago

LorhanSohaky commented 2 years ago

image

https://codesandbox.io/s/laughing-engelbart-94frt?file=/src/App.js

TobiTenno commented 2 years ago

Probably not. If you'd like to add a test for it running on web in a pr, I'll happily work on getting it working. I'm guessing request doesn't play nice with it.

LorhanSohaky commented 2 years ago

@TobiTenno, do you have any suggestions on how i could simulate it running on the web?

TobiTenno commented 2 years ago

Load up a webpage in a testing framework like jest or something similar. I'm not sure, I typically just do backend node work or use a frontend framework.