Skip to content

Realtime Isomorphic application built using facebook react, socket.io, mongodb, node.js(browserfiy)

Notifications You must be signed in to change notification settings

sahilsk/track-tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Track-Tweets

Isomorphic Real-time twitter tweet tracking application, made possible using socket.io, node.js, facebook react and browserify.

How-to

  • Install dependencies

      npm install
    
  • Edit configuration file inside config folder

    • enter your twitter credentials
    • enter mongodb connection string
    • add track string to track
  • browserify to create bundle.js

      npm run browserify
    
  • Launch your application

      npm start
    

Demo

https://track-tweets.herokuapp.com/

Licence

MIT

About

Realtime Isomorphic application built using facebook react, socket.io, mongodb, node.js(browserfiy)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages