A React + NodeJS application that fetches tweets from Twitter stream API.
Find a file
2022-02-11 21:56:30 -05: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
LICENSE License 2019-06-25 11:49:44 -04:00
package-lock.json Merge pull request #27 from Rodrigoplp/dependabot/npm_and_yarn/ajv-6.12.6 2022-02-11 21:56:30 -05:00
package.json Bump socket.io from 2.2.0 to 2.4.0 2022-02-08 03:06:14 +00:00
README.md Update README.md 2019-08-15 12:02:19 -04:00
server.js Trump stream 2019-06-25 11:07:16 -04:00
yarn.lock Merge pull request #27 from Rodrigoplp/dependabot/npm_and_yarn/ajv-6.12.6 2022-02-11 21:56:30 -05:00

Twitter stream viewer

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

State managed with redux and 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.