1.0.1 • Published 5 years ago

instagram-account-info v1.0.1

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

Build Status codebeat badge GitHub open issues npm version MIT License

Promise based module for getting any Instagram account public info. For browser and node.js

Installation

yarn add instagram-account-info

npm install --save instagram-account-info

Usage

import getInfo from 'instagram-account-info';

/**
 * @param {String} Instagram Username
 */
getInfo('katalonne').then(info => {
  console.log(info)
}).catch(e => {
  console.error(e)
})

Resolved info Object

KeyType
followersNumber
followingNumber
postsNumber
isPrivateBoolean
isVerifiedBoolean
profileImageString

License

MIT © katalonne