-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Could this:
const feedConfig = { title: 'Tech news from Guardian and BBC', size: 20, feeds: [ 'http://feeds.bbci.co.uk/news/technology/rss.xml', 'https://www.theguardian.com/uk/technology/rss', ],
be changed to this:
const feedConfig = { size: 20, feeds: [ title: 'This news','http://feeds.bbci.co.uk/news/technology/rss.xml', title: 'That news','https://www.theguardian.com/uk/technology/rss', ],
I only ask because I'm more interested in using this in a news ticker so that the title could be the 'source' of the item :)
If not possible that's ok too!!
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels