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: 10 months ago
JSON representation
Get the numbers of followers of a user on Instagram
- Host: GitHub
- URL: https://github.com/abranhe/instagram-followers
- Owner: abranhe
- License: mit
- Created: 2018-11-16T00:38:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T13:09:56.000Z (over 3 years ago)
- Last Synced: 2025-06-13T19:02:54.505Z (about 1 year ago)
- Topics: api, followers, got, instagram, javascript
- Language: JavaScript
- Homepage: https://projects.abranhe.com/instagram-followers
- Size: 2.93 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
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