Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 812 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 812 Bytes

This is a tribute page to the late comedian Norm Macdonald.

It's pulling tweets from twitter using the twitter API using Express and React.

View the live site here:

Update

Twitter has updated it's API and the search endpoint that I was using is now a paid feature image

I wonder how tricky it would be to scrape this info? Maybe a future project idea

Tech

This is a simple express app serving a react app, and hosting a route to fetch tweets from twitter

Challenges

Due to CORS, the express server is where the app is being served from and where the request to twitter is being made.