Skip to content

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

License

Notifications You must be signed in to change notification settings

katalonne/instagram-account-info

Repository files navigation

Instagram Account Info

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

Key Type
followers Number
following Number
posts Number
isPrivate Boolean
isVerified Boolean
profileImage String

License

MIT © katalonne

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published