如何使用node.js在服务器上呈现embedded的tweet小部件?

我的目标是获取服务器上的推特小部件(如下所示)的HTML和CSS。

Twitter小部件

调用Twitter的OEmbed端点只会返回此推文的HTML。

<blockquote class="twitter-tweet" width="500"> <p>😍 Twitter users love tweeting emoji from their phones – now you can view these emoji on web! <a href="https://twitter.com/hashtag/emojiparty?src=hash">#emojiparty</a> 🎉 😜 👯 🍻 🎈 🎤 🎮 🚀 🌉 ✨</p>&mdash; Twitter Support (@Support) <a href="https://twitter.com/Support/status/451399393850052610">April 2, 2014</a> </blockquote> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> 

Twitter的widget.js似乎只能在客户端工作。 是否有可能使用node.js检索服务器上的embedded式推文的完整HTML和CSS?