Skip to content

abranhe/instagram-following

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation







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