UNPKG

town-crier

Version:

Add multiple RSS feeds or choose from the default ones and get news directly to your command line

12 lines (11 loc) 434 B
module.exports = { interval: 60 * 1000, // 60 seconds, dateFormat: 'dd-mm-yyyy', // mm-dd-yyyy | yyyy-mm-dd sources: [ 'http://www.vg.no/rss/feed/?categories=1068&limit=10&format=rss', 'http://rss.nytimes.com/services/xml/rss/nyt/InternationalHome.xml', 'http://feeds.reuters.com/reuters/topNews', 'http://www.theguardian.com/world/rss', 'https://news.ycombinator.com/rss' ] };