New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

insta-mini

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insta-mini

A Node.js module to fetch Instagram details (HD dp image link, Name, Followers, Following, Posts).

latest
Source
npmnpm
Version
1.1.21
Version published
Maintainers
1
Created
Source

insta-mini

A Node.js module to fetch Instagram details (HD dp image link, Name, Followers, Following, Posts). Github stars

Installation

npm install insta-mini --save

Usage

const instagram = require('insta-mini');
instagram.fetch('zayn').then(res=>{console.log(res);});

Response will be an Object containing all the information from the id. All information are output in the example above.

Stack/Library/Module Used

"node-fetch": "^2.6.0"

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :D

FAQs

Package last updated on 30 Jun 2020

Did you know?

Socket

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