Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mikaelbr/react-tweets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Twitter Stream with Node and React

Code repository for the tutorial by @kenwheeler: Build A Real-Time Twitter Stream with Node and React.js

This is a fork changed to use Omniscient.js:

A library providing an abstraction for React components that allows for fast top-down rendering embracing immutable data. Using cursors into immutable data structures, components can easily swap their own piece of data inside the larger immutable data structure. As data is immutable, re-rendering can be fast.

Requirements

  • node and npm

How to Use

  1. Clone the repo: git clone [email protected]:scotch-io/react-tweets
  2. Go into folder: cd react-tweets
  3. Install dependencies: npm install
  4. Create local MongoDB databasea called react-tweets (configured in server.js)
  5. Replace credentials for Twitter API (configured in config.js)
  6. Start the app: node server.js
  7. View in browser at: http://localhost:8080
  8. Tweet away!

About

Code repository for the tutorial by @kenwheeler: Build A Real-Time Twitter Stream with Node and React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.4%
  • CSS 23.6%