instagram-followers
v1.0.0
Published
Get the number of followers of a person on Instagram
Readme
Install
$ npm install instagram-followersUsage
const followers = require('instagram-followers');
followers('abranhe').then(no => {
console.log(no);
// 460
});API
followers(username)
Returns a the number of followers of a person on Instagram
Parameters
username- The username to get followers
Related
- instagram-followers-cli: cli for this module.
Team
||
| :-: |
| Carlos Abraham |
License
MIT License © Carlos Abraham
