instagram-following
v1.0.0
Published
Get the number of accounts followed by an account
Downloads
1
Maintainers
Readme
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
- instagram-following-cli: cli for this module.
- instagram-followers: Get the numbers of followers of a user on Instagram.
Team
|| | :-: | | Carlos Abraham |
License
MIT License © Carlos Abraham