Skip to content

abranhe/instagram-followers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation







instagram-followers: Get the numbers of followers of a user on Instagram

Install

$ npm install instagram-followers

Usage

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

Team

Carlos Abraham Logo
Carlos Abraham

License

MIT License © Carlos Abraham

Releases

No releases published

Packages

No packages published