A React + NodeJS application that fetches tweets from Twitter stream API.
Find a file
dependabot[bot] cbb41888ac
Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-08 03:05:33 +00: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 Bump ssri from 6.0.1 to 6.0.2 2022-02-08 03:05:33 +00:00
package.json Streaming Hillary 2019-06-25 01:40:15 -04: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 Bump ssri from 6.0.1 to 6.0.2 2022-02-08 03:05:33 +00: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.