Skip to content

leopittelli/live-tweets-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published