user-instagram-profile

1.0.0 • Public • Published

Node-Instagram

NPM
This module allow you to get user data from instagram link.
Example:

const instagram = require("user-instagram")
 
instagram("https://www.instagram.com/edouard_courty")
.then(data => {
  console.log(`Full name is: ${data.fullName}`)
})
.catch(e => {
  // Error will trigger if the account link provided is false.
  console.error(data)
})

This module only uses ES6 Promises. By the future, i'll update this module to add methods.

Creator's website

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i user-instagram-profile

    Weekly Downloads

    9

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.91 kB

    Total Files

    5

    Last publish

    Collaborators

    • ryzhak