Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abranhe/instagram-following

Get the numbers of accounts followed by an Instagram user
https://github.com/abranhe/instagram-following

followers following insta instagram javascript js module nodejs

Last synced: 19 days ago
JSON representation

Get the numbers of accounts followed by an Instagram user

Awesome Lists containing this project

README

        
















instagram-following
: Get the numbers of accounts followed by an Instagram user






## Install

```
$ npm install instagram-following
```

## Usage

```js
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

- [instagram-following-cli][instagram-following-cli]: cli for this module.
- [instagram-followers][instagram-followers]: Get the numbers of followers of a user on Instagram.

## Team

|[![Carlos Abraham Logo][abranhe-img]][abranhe]|
| :-: |
| [Carlos Abraham][abranhe] |

## License

[MIT][license] License © [Carlos Abraham][abranhe]

[abranhe]: https://github.com/abranhe
[abranhe-img]: https://avatars3.githubusercontent.com/u/21347264?s=50
[license]: https://github.com/abranhe/instagram-following/blob/master/license
[instagram-following-cli]: https://github.com/abranhe/instagram-following-cli
[instagram-followers]: https://github.com/abranhe/instagram-followers