1.0.0 • Published 5 years ago

instagram-following v1.0.0

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

Install

$ npm install instagram-following

Usage

const following = require('instagram-following');

following('abranhe').then(no => {
    console.log(no);
    // 150
});

API

following(username)

Returns a the number of accounts followed by an Instagram user

Type: string

Parameters
  • username - The username of the account you'd like to check.

Related

Team

Carlos Abraham Logo
Carlos Abraham

License

MIT License © Carlos Abraham