Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 694 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 694 Bytes

Twitter Crawler

Demo the app here: Twitter Crawler

Description

A web app built with Node.js, Express.js, and React.js that takes in a valid Twitter username and uses the Twitter API to display the last 25 tweets of that Twitter user.

Setting up the Development Environment

Run npm install to install this project's dependencies.
Run npm run development to start webpack-dev-server.
Visit localhost:8080 to view the project.

You can also:
Run node server.js to start the local express server at localhost:3000.
Point the application to the the express server to use the local API.