Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 683 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 683 Bytes

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