Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 492 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 492 Bytes

Twitterstream

Tweet wall for specific hash tag made using Twitter streaming API

  1. Clone the project

  2. npm install

  3. open index.js

  4. Place your access tokens and keys here

  var T = new Twit({
    consumer_key:         '',
    consumer_secret:      '',
    access_token:         '',
    access_token_secret:  '',
    timeout_ms:           60*1000,  // optional HTTP request timeout to apply to all requests.
  });
  1. node index.js