A React + NodeJS application that fetches tweets from Twitter stream API.
Find a file
Rodrigo Pedroso 1003d35be3 Readme
2019-06-25 11:42:16 -04:00
config Attempt at Twitter stream 2019-06-21 12:21:23 -04:00
public Project initialization 2019-06-19 12:08:06 -04:00
server Streaming Hillary 2019-06-25 01:40:15 -04:00
src Clean up unused sagas 2019-06-25 11:23:33 -04:00
.gitignore Project initialization 2019-06-19 12:08:06 -04:00
package-lock.json Streaming Hillary 2019-06-25 01:40:15 -04:00
package.json Streaming Hillary 2019-06-25 01:40:15 -04:00
README.md Readme 2019-06-25 11:42:16 -04:00
server.js Trump stream 2019-06-25 11:07:16 -04:00
yarn.lock Project initialization 2019-06-19 12:08:06 -04:00

Twitter stream viewer

A React + NodeJS application that fetches tweets from Twitter stream API.

State managed with redux nad Redux-Saga.

Requirements

Node JS and npm.

Installation

Clone this repository

git clone https://github.com/Rodrigoplp/stream-saga.git

Install dependencies

npm install

Start server

nodemon server

Open a second terminal session and start front-end

npm start

Open a browser and access http://localhost:3000.

This project was bootstrapped with Create React App.