Udesh
Results
1
comments of
Udesh
Using the suggestion from @415DomSmith I got the example to work without the need for axios ``` const RSSParser = require('rss-parser'); const CORS_PROXY = "https://cors-anywhere.herokuapp.com/" let parser = new RSSParser();...