Demonstration of live twitter streams using React, Node (6 and above) and Socket.io (1.x.x).
yarn install
Set twitter access token and consumer key and secret as env variables, preferably in the .env
:
CONSUMER_KEY=YOUR_CONSUMER_KEY
CONSUMER_SECRET=YOUR_CONSUMER_SECRET
ACCESS_TOKEN_KEY=YOUR_ACCESS_TOKEN_KEY
ACCESS_TOKEN_SECRET=YOUR_ACCESS_TOKEN_SECRET
And start the development server:
yarn run dev
## Production
Build and run with:
yarn run build
yarn start
Design illustrations were designed and created by David Willis