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