Skip to content

Repository files navigation

react-live-tweets

Demonstration of live twitter streams using React, Node (6 and above) and Socket.io (1.x.x).

Installation

yarn install

Usage

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

Design illustrations were designed and created by David Willis

About

A live twitter feed based on configurable buzzwords.

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages