A React + NodeJS application that fetches tweets from Twitter stream API.
Find a file
dependabot[bot] b5d712ecac
Bump minimist, mkdirp and loader-fs-cache
Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp) and [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache). These dependencies needed to be updated together.

Updates `minimist` from 1.2.0 to 1.2.8
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.8)

Updates `minimist` from 1.2.5 to 1.2.8
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.8)

Updates `mkdirp` from 0.5.1 to 0.5.6
- [Release notes](https://github.com/isaacs/node-mkdirp/releases)
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6)

Updates `loader-fs-cache` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/viankakrisna/loader-fs-cache/releases)
- [Commits](https://github.com/viankakrisna/loader-fs-cache/commits)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: mkdirp
  dependency-type: indirect
- dependency-name: loader-fs-cache
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 23:35:57 +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 minimist, mkdirp and loader-fs-cache 2023-02-28 23:35:57 +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 minimist, mkdirp and loader-fs-cache 2023-02-28 23:35:57 +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.