Skip to content

A web app built with Express.js, Node.js and React.js that interacts with the Twitter API to list the last 25 tweets of a Twitter user.

Notifications You must be signed in to change notification settings

jeffreyxchan/Twitter-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A web app built with Express.js, Node.js and React.js that interacts with the Twitter API to list the last 25 tweets of a Twitter user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published