JSPM

instagram-user

2.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 104
  • Score
    100M100P100Q108390F
  • License MIT

Get Instagram user info

Package Exports

  • instagram-user

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (instagram-user) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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: 'unicorns@foo.com', ...}
})();

API

instagramUser(username)

Returns a Promise<Object> with the user information.

username

Type: string

Instagram username.