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 --save instagram-user
Usage
const instagramUser = require('instagram-user');
instagramUser('unicorns').then(user => {
console.log(user);
//=> {description: 'A wonderful description', email: 'unicorns@foo.com', ...}
})
API
instagramUser(username)
username
Type: string
Instagram username.
License
MIT © Kevin Martensson