Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abranhe/instagram-followers
- Owner: abranhe
- License: mit
- Created: 2018-11-16T00:38:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T13:09:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T12:15:07.620Z (24 days ago)
- Topics: api, followers, got, instagram, javascript
- Language: JavaScript
- Homepage: https://projects.abranhe.com/instagram-followers
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- 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