0.0.2 • Published 3 years ago

instagram-userdata v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

instagram-userdata

Table of contents

About

Fetchs given user's Instagram data.

  • Basic usage
  • Object-oriented
  • Optimized
  • Works on every node version after 8.0.0

Links

Installation

Node.js 8.0.0 or newer is required.
Ignore any warnings about unsupported engine.

npm install instagram-userdata --save

Setup

const FetchUserData = require("instagram-userdata");

Usage

FetchUserData("username").then(async user => {
    const profile_pic = await user.getProfilePic();
});
const user = await FetchUserData("username"),
    profile_pic = await user.getProfilePic();

User

Properties

Methods

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago