views:

28

answers:

0

To document some recent events I saved all tweets including a special hashtag. Now I have about 50.000 tweets which I want to publish. To save bandwidth and server load I want just want to send the raw tweet text to the client and then render it with javascript (linking hashtags, useranames and urls).

Is there already javascript library which is able to parse and create a html representation from a raw tweet?