A React + NodeJS application that fetches tweets from Twitter stream API.
![]() Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.0...v6.12.6) --- updated-dependencies: - dependency-name: ajv 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.