instagram-user

Get Instagram user info

MIT License

Downloads
2.9K
Stars
35
Committers
3

instagram-user Build Status

Get Instagram user info

Install

$ npm install instagram-user

Usage

const instagramUser = require('instagram-user');

(async () => {
	console.log(await instagramUser('unicorns'));
	//=> {description: 'A wonderful description', email: '[email protected]', ...}
})();

API

instagramUser(username)

Returns a Promise<Object> with the user information.

username

Type: string

Instagram username.

Package Rankings
Top 5.05% on Npmjs.org
Badges
Extracted from project README
Build Status