A React + NodeJS application that fetches tweets from Twitter stream API.
![]() Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 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.