A React + NodeJS application that fetches tweets from Twitter stream API.
![]() 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> |
||
---|---|---|
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.