Twitter Timeline in app

Hi,

I’d like to display a timeline using ion-list items. Pull the feed from Twitter, map it, and display the items. Similar to how I’ve done with Wordpress posts. But, I can’t figure out if it’s possible. I don’t need Twitter login. I can do it with iframes through a very hacky work around, but i’m looking for a cleaner solution and I don’t want to add Fabric is I don’t have to.

Any suggestions?

Solved this by creating my own Twitter JSON feed using Tweetledee: http://chrissimpkins.github.io/tweetledee/

Now I can pull in recent tweets without having to install Fabric or using iframes.