Skip to content

CodeDotJS/twifo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Related

License

MIT - Copyright © Rishi Giri

About

🐦 🐤 Get user information of a Twitter user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published