1.0.0 • Published 7 years ago
instagram-followers v1.0.0
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
1.0.0
7 years ago