instagram-api-wrapper

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i instagram-api-wrapper

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

1.94 kB

Total Files

3

Last publish

Collaborators

  • absolute-development