instagram-following

1.0.0 • Public • Published







instagram-following: Get the numbers of accounts followed by an Instagram user

Install

$ npm install instagram-following

Usage

const following = require('instagram-following');
 
following('abranhe').then(no => {
    console.log(no);
    // 150
});

API

following(username)

Returns a the number of accounts followed by an Instagram user

Type: string

Parameters
  • username - The username of the account you'd like to check.

Related

Team

Carlos Abraham Logo
Carlos Abraham

License

MIT License © Carlos Abraham

/instagram-following/

    Package Sidebar

    Install

    npm i instagram-following

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.42 kB

    Total Files

    4

    Last publish

    Collaborators

    • abranhe