/twitter-stream-react-example

A Twitter stream example built with react.js

Primary LanguageJavaScriptMIT LicenseMIT

twitter-stream-react-example

Install

Clone repository and run:

$ npm install

Run the Server

$ npm run start

Twitter Configuration

You need to create your app with your Twitter account https://dev.twitter.com/ and then fill in all those parameters

NODE_ENV=production
TWITTER_CONSUMER_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWITTER_CONSUMER_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWITTER_ACCESS_TOKEN_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWITTER_ACCESS_TOKEN_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWITTER_OWNER_ID=11111111
TWITTER_OWNER=myUserAccount