A React + NodeJS application that fetches tweets from Twitter stream API.
Find a file
dependabot[bot] ac10d3be16
Bump url-parse from 1.5.4 to 1.5.10
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.4...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 03:34:50 +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 url-parse from 1.5.4 to 1.5.10 2022-02-28 03:34:50 +00: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 Bump url-parse from 1.5.4 to 1.5.10 2022-02-28 03:34:50 +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.