How to pull news articles from other sites using Meteor?

Hi Everyone,

I just started using Meteor and was wondering how would I go about creating a page where new articles from external sites based on a certain subject appear in a endless list?

Mainly I was wondering is there a package which you fine people could recommend, or will I have to code this myself?

Thanks
Tom

You could check out telescope. There is a module that allows you to pull in rss feeds and automatically convert them to posts. As a whole, this may be a bit overkill (users, comments, etc) for what you are trying to do, but it works out of the box and is a valuable learning tool also!

I’ll have a look at telescope, and hopefully I will learn more from it.

Thanks Very Much!

No problem! Hope it helps! To steer you in the right direction