Skip to content

Latest commit

 

History

History
73 lines (51 loc) · 2.06 KB

readme.md

File metadata and controls

73 lines (51 loc) · 2.06 KB







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