How to get tweets using node.js

Is there a way to get twitter tweets on your own site using node.js. I tried some node.js modules but did not understand how to do this.

+4
source share
1 answer

Depending on what you are trying to do, you do not even need to use node for this. There are several client-side widgets on Twitter that you can use to post your profile, search tweets, favorites or a list: https://twitter.com/about/resources/widgets

Now, if you want to start manipulating these tweets or display them in your own way, then you will want to use the nTwitter module as the first zero.

+4
source

Source: https://habr.com/ru/post/1390966/


All Articles