Trying to console.log last 10 tweets using node – Twitter API
I'm trying to get the last 10 tweets from my twitter. I have my keys in a separate file and require it at top. I followed the steps that are on npm twitter and everything seem to look right. When…