Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevva/instagram-user
Get Instagram user info
https://github.com/kevva/instagram-user
api instagram nodejs user
Last synced: 9 days ago
JSON representation
Get Instagram user info
- Host: GitHub
- URL: https://github.com/kevva/instagram-user
- Owner: kevva
- License: mit
- Created: 2016-09-06T23:42:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T08:57:28.000Z (about 5 years ago)
- Last Synced: 2024-10-12T01:06:39.815Z (25 days ago)
- Topics: api, instagram, nodejs, user
- Language: JavaScript
- Size: 10.7 KB
- Stars: 35
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# instagram-user [![Build Status](https://travis-ci.org/kevva/instagram-user.svg?branch=master)](https://travis-ci.org/kevva/instagram-user)
> Get Instagram user info
## Install
```
$ npm install instagram-user
```## Usage
```js
const instagramUser = require('instagram-user');(async () => {
console.log(await instagramUser('unicorns'));
//=> {description: 'A wonderful description', email: '[email protected]', ...}
})();
```## API
### instagramUser(username)
Returns a `Promise` with the user information.
#### username
Type: `string`
Instagram username.