Skip to content

This application uses NodeJS for Twitter streaming/searching API with AngularJS on client side. It also uses twitter bootstrap for styling

License

Notifications You must be signed in to change notification settings

tariknz/nodejs-twitter-angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Install NodeJS (if you don't have it)

    nodejs.org

  2. Install the required modules in npm

    npm install ntwitter

    npm install socket.io

  3. Add your Twitter APP keys in twitter-stream.js here:

    var twit = new twitter({
      consumer_key: '[ENTER CUSUMER KEY]',
      consumer_secret: '[ENTER CUSUMER SECRET KEY]',
      access_token_key: '[ENTER ACCESS TOKEN KEY]',
      access_token_secret: '[ENTER ACCESS TOKEN SECRET KEY]'
    });

Please see link below if you don't know how to get these: https://dev.twitter.com/docs/auth/tokens-devtwittercom

Run

If you are using windows, just run the batch file. Else:

Windows

node twitter-stream.js

Linux

nodejs twitter-stream.js

The default URL should be http://localhost:3000/

Screenshot

Alt text

About

This application uses NodeJS for Twitter streaming/searching API with AngularJS on client side. It also uses twitter bootstrap for styling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published