Read tweets tweeted by a twitter user.
npm install --save tweeder
const tweeder = require('tweeder');
tweeder('pakalupapito').then(tweets => {
console.log(tweets);
/*
{
COMMING SOON
}
*/
});-
tweeder-cli CLI Tool for this module.
-
twifo Get user information of a twitter user.
-
packages-by Total packages uploaded by an npm user.
-
packstat Display metrices about NPM modules.
MIT © Rishi Giri