Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Get the numbers of followers of a user on Instagram
https://github.com/abranhe/instagram-followers

api followers got instagram javascript

Last synced: 8 days ago
JSON representation

Get the numbers of followers of a user on Instagram

Awesome Lists containing this project

README

        
















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






## Install

```
$ npm install instagram-followers
```

## Usage

```js
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][instagram-followers-cli]: cli for this module.

## 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-followers/blob/master/license
[instagram-followers-cli]: https://github.com/abranhe/instagram-followers-cli