Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abranhe/instagram-following
- Owner: abranhe
- License: mit
- Created: 2018-11-16T03:51:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T04:47:36.000Z (about 6 years ago)
- Last Synced: 2024-12-28T03:46:17.097Z (about 1 month ago)
- Topics: followers, following, insta, instagram, javascript, js, module, nodejs
- Language: JavaScript
- Homepage: https://p.abranhe.com/instagram-following
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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