twifo
v1.0.7
Published
Get user information of a Twitter user
Downloads
13
Maintainers
Readme
Build will fail because the number of tweets isn't fixed, neither the number of followers or likes.
Get user information of a Twitter User
Install
$ npm install --save twifo
Usage
const twifo = require('twifo');
twifo('pakalupapito').then(user => {
console.log(user);
/*
{
name: 'pakalu papito',
handle: 'pakalupapito',
bio: 'started from gas station now we here',
tweet: '2,240',
followers: '1.51M',
following: '174',
likes: '2,349'
}
*/
});
NOTE : will be null if value isn't available.
Related
- Twifo-Cli : CLI tool for this module.
License
MIT - Copyright © Rishi Giri