A custom polymer element for embedding a Twitter timeline (widget)
Create a Twitter widget for searching and get the id which is in the snippet
The id will be used as attribute in polymer element
<polymerday-twitter-timeline
widget-id="..."></polymerday-twitter-timeline>
$ bower install
Make sure you have the Polymer CLI installed. Then run polymer serve
to serve your application locally.
$ polymer serve
See demo to know how to use it