Socket
Socket
Sign inDemoInstall

instagram-user

Package Overview
Dependencies
35
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

instagram-user

Get Instagram user info


Version published
Maintainers
1
Weekly downloads
917
increased by10.35%

Weekly downloads

Readme

Source

instagram-user Build Status

Get Instagram user info

Install

$ npm install instagram-user

Usage

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<Object> with the user information.

username

Type: string

Instagram username.

Keywords

FAQs

Last updated on 25 Sep 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc