https://github.com/kevva/instagram-user
Get Instagram user info
https://github.com/kevva/instagram-user
api instagram nodejs user
Last synced: over 1 year 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T08:57:28.000Z (almost 7 years ago)
- Last Synced: 2025-03-01T01:13:16.125Z (over 1 year ago)
- Topics: api, instagram, nodejs, user
- Language: JavaScript
- Size: 10.7 KB
- Stars: 34
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# instagram-user [](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: 'unicorns@foo.com', ...}
})();
```
## API
### instagramUser(username)
Returns a `Promise` with the user information.
#### username
Type: `string`
Instagram username.