How to render the payload v2 - Json to Html - Nodejs #543
Unanswered
dskelton-cos
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So we retrieving the payload data, with entities, media, includes , tweets, etc.
We are building a simple user timeline and would like to render each in tweet in the list, but with the text already parsed to have the inluded image and a proper img tag, video etc. and also parse the text for urls.
Feels like we need to do a lot of work jumping around the payload parse and display tweets in a timeline.
Are there any helpers or libraries which can do this?
Beta Was this translation helpful? Give feedback.
All reactions