Questions tagged [rss-parser]
1 questions
0
votes
0 answers
React and rss-parser yields Module not found
I'm trying to use rss-parser in my react app.
After installing the library, I implemented the following:
import Parser from 'rss-parser';
let parser = new Parser();
(async () => {
let feed = await…

matdev
- 4,115
- 6
- 35
- 56