This API is in charge of opening a stream connection with Twitter API, to track a #hashtag and emit tweet events throught web sockects technology
Important: The API works with the web component polymer-twitter-realtimeline
First, make sure you have the Node JS and npm installed.
Create a Twitter App, config it, get the necessary keys and tokens and put then in config.json file.
Instead config.json file, you can create the corresponding Environment Variables if you want
{
"consumer_secret": "your_consumer_secret",
"consumer_key": "your_consumer_key",
"token": "your_token",
"token_secret": "your_secret"
}
$ npm install
$ npm start