1.0.2 • Published 5 years ago

@vmatiiv/instagram_login v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Instagram Login

This package can help you get authenticated cookies from Instagram.

Installation

For npm

  npm install @vmatiiv/instagram_login

For yarn

  yarn add @vmatiiv/instagram_login

Usage

Important Note: Auth return promise so you must handle it with prosime( .then, .catch ) or async/await function

const auth = require('@vmatiiv/instagram_login')
auth(login,password)
  .then(res=>console.log(res))
  .catch(err=>console.log(err))