rss-feed-emitter icon indicating copy to clipboard operation
rss-feed-emitter copied to clipboard

Super RSS News Feed aggregator written in Node.js and ES6

Results 15 rss-feed-emitter issues
Sort by recently updated
recently updated
newest added

https://github.com/request/request/issues/3142 this npm package seam to be deprecated, any reification to use another package?

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

![image](https://user-images.githubusercontent.com/16273730/153729230-635d195b-d53d-4e08-b829-89f91c9026a4.png) https://codesandbox.io/s/laughing-engelbart-94frt?file=/src/App.js

closes #213 will need to change base after ci/config-reduction is merged

combine configs move ci to github actions (faster, more reliable, less limited) @filipedeschamps if this all works, I'll need you to add an npm token to the repository secrets as...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Great package! Very useful, easy to use, and well tested and documented. ### Issue Currently the [FeedManager](https://github.com/filipedeschamps/rss-feed-emitter/blob/30e078fa5fba3d1add6170698776613bd0e987c6/src/FeedManager.js#L61) identifies a feed item as being new by comparing it to the existing...

To reproduce: -Cut of internet -Start your application -Turn internet on -Next pull will emit every item

bug
Status: Accepted

**How to handle this situation?** Suppose when whe add 2 different rss from same website: 1. site.com/tech/rss.xml 2. site.com/cars/rss.xml ``` feeder.add({ url: ['site.com/tech/rss.xml', 'site.com/cars/rss.xml' ], refresh: 2000, eventName: 'world' });...

feature
Status: Accepted

Is there an option to pass an certificate to the request?

help wanted
feature
Status: Accepted