Skip to content

Tweet wall for specific hash tag made using Twitter streaming API

Notifications You must be signed in to change notification settings

petewarrior/pwtweetar-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWTweetAR-Server

Tweet wall for specific hash tag made using Twitter streaming API. Forked from (Twitterstream by divakarvenu)[https://github.com/divakarvenu/Twitterstream].

  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

🦊

About

Tweet wall for specific hash tag made using Twitter streaming API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.3%
  • JavaScript 41.1%
  • CSS 17.6%