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 
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.