Skip to content

polymer-day/polymerday-twitter-realtimeline

Repository files navigation

<polymerday-twitter-realtimeline>

Twitter real timeline. It will track a 'active' hashtag from firebase

IMPORTANT: In order to this web component to be abble to list tweets, the server side stream API needs to be up and running

<polymerday-twitter-realtimeline
            api-url-base="[[apiUrlBase]]"
            ...
            ...></polymerday-twitter-realtimeline>

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your application locally.

Firebase

You will need to create and set up a Firebase Realtime Database and in demo index file configure the firebase-app component

<firebase-app
          auth-domain="your_your_auth_domain"
          database-url="your_data_url"
          api-key="your_api_key"
          storage-bucket="your_storage_bucket"></firebase-app>

The database mush have a path, you can change it in demo code. By default (active/hashtag/to/track)

path

Viewing Your Application and Demo

$ bower install
$ polymer serve

Take a look at demo code to know how to use the web component

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published