zufrizalyordan / twitter-hashtag-monitor

Realtime Twitter Hashtag Monitoring with node.js
7 stars 6 forks source link

This repo is not actively maintained

Realtime twitter hashtag monitoring

Monitor hashtag with node.js and display the results via socket io to html web page.

Requirement

  1. Node JS installed on computer
  2. npm or yarn installed on computer
  3. twitter credentials, you can get it on https://apps.twitter.com

Instructions

  1. clone this repo
  2. run npm install or yarn on Terminal
  3. copy credentials-sample.js to credentials.js and use the right data from your own app twitter credentials (from requirement no 3 above)
  4. run "node app" on Terminal to run the app
  5. open your browser and type "http://localhost:3000"

Node.js, Express, twitter, Socket.io