1.0.0 • Published 5 years ago

instagram-followers v1.0.0

Weekly downloads
14
License
MIT
Repository
github
Last release
5 years ago

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