1.0.2 • Published 5 years ago

instagram-api-wrapper v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Install

$ npm install instagram-user

Usage

const instagramUser = require('instagram-api-wrapper');

(async () => {
	console.log(await instagramUser('unicorns'));
	//=> {description: 'A wonderful description', email: 'unicorns@foo.com', ...}
})();

API

instagramUser(username)

Returns a Promise<Object> with the user information.

username

Type: string

Instagram username.