flux-tweets
flux-tweets copied to clipboard
Realtime twitter stream built with NodeJS, React and Flux
Real Time Twitter Stream with Node and React
This is a fork of the code repository for the awesome tutorial by @kenwheeler: Build A Real-Time Twitter Stream with Node and React.js. I've tinkered a bit with this code:
Requirements
- nodejs
- npm
- redis
## Live Demo
I've put a live demo on heroku
How to Use
- Clone this repository:
git clone [email protected]:apeacox/flux-tweets
- Go into folder:
cd flux-tweets
- Install dependencies:
npm install
- Edit
.env.sample
and put credentials for Twitter API, save it as.env
- Start redis server
- Start the app with
npm start
(orgulp dev
if you want to tinker) - View in browser at:
http://localhost:8080
- Tweet away!