1.0.7 • Published 8 years ago

twifo v1.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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.

Related

License

MIT - Copyright © Rishi Giri