Proof of Concept Twitter Alternate UI task #29
Replies: 2 comments 1 reply
-
You are free to use Ruby/Python for your backend server for this task if you are more comfortable with that. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Task
Create an alternative frontend for Twitter. Take a look at nitter as an inspiration.
Deliverable
A webapp running on localhost. User should be able to enter any twiter user's name in a text field and see their feed in the webapp.
A key requirement is to not use some third party library for getting tweets from twitter but to use some web scraping library for the same.
I know of the following 2 that are popular in the JS ecosystem
https://github.com/cheeriojs/cheerio
https://github.com/puppeteer/puppeteer
Beta Was this translation helpful? Give feedback.
All reactions