Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

twifo

codedotjs17MIT1.0.7

Get user information of a Twitter user

twitter, tweet, information, info, tweets, following, followers, likes, name, handle, bio, born, place, website, joined, info, profile

readme

twifo

Build Status

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.

License

MIT - Copyright © Rishi Giri