A React + NodeJS application that fetches tweets from Twitter stream API.
![]() Bumps [@hapi/hoek](https://github.com/hapijs/hoek) and [@hapi/joi](https://github.com/hapijs/joi). These dependencies needed to be updated together. Updates `@hapi/hoek` from 6.2.1 to 8.5.1 - [Release notes](https://github.com/hapijs/hoek/releases) - [Commits](https://github.com/hapijs/hoek/compare/v6.2.1...v8.5.1) Updates `@hapi/joi` from 15.0.3 to 15.1.1 - [Release notes](https://github.com/hapijs/joi/releases) - [Commits](https://github.com/hapijs/joi/compare/v15.0.3...v15.1.1) --- updated-dependencies: - dependency-name: "@hapi/hoek" dependency-type: indirect - dependency-name: "@hapi/joi" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
config | ||
public | ||
server | ||
src | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
server.js | ||
yarn.lock |
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.