Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.28 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.28 KB

Live tweets feed example

Tweets feed auto update using Twitter Streaming API and node.js Super simple demo of a #hashtag streaming via socket.

Demo

You can see live tweets for #twitter here: Heroku example Visit the link and wait until someone publish a tweet using hashtag #twitter.

Requirements

Installation

$ git clone https://github.com/leopittelli/live-tweets-feed.git
$ npm install
$ npm start
  • Create a twitter app
  • Fill the consumer_key, consumer_secret, access_token and the access_token_secret in the index.js file
  • Visit: http://localhost:5000

Dependencies

Its built based on:

Deployment

  • It's prepared to run on heroku (I started from the heroku sample application). You can follow the node.js getting started