filipedeschamps / rss-feed-emitter

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

Implement use of url array #156

Closed vBm closed 4 years ago

vBm commented 7 years ago

Instead of doing one add per url like this

feeder.add({ url: 'http://lorem-rss.herokuapp.com/feed' });
feeder.add({ url: 'http://lorem-rss.herokuapp.com/feed?unit=second&interval=30' });

can you implement that we add a array of url's ?

feeder.add({ url: {
 'http://lorem-rss.herokuapp.com/feed',
 'http://lorem-rss.herokuapp.com/feed?unit=second&interval=30'
});
filipedeschamps commented 4 years ago

:tada: This issue has been resolved in version 3.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: