Skip to content

sagmura/Twitter-Streaming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install

Install brew :

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

Install node:

Install Node.js.

Checkout the project from GIT as https://github.com/sarojrout/Twitter-Streaming.git

Install Node module dependencies

Go to the folder /Twitter-Streaming and type npm install

Open app.js and replace the consumer key, consumer secret etc by taking it from your Twitter App

To Start the project,

Go to the folder /Twitter_Streaming and then type as given below

node app.js

Launch App

Go to Browser and hit http://127.0.0.1:3000

PreRequisites:

You should have a twitter app. To create a new twitter app account, visit https://apps.twitter.com/

About

Twitter Streaming API using express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.7%
  • JavaScript 48.3%