1.0.0 • Published 2 years ago

igsimpledl v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Install:

npm install igSimpleDl

Usages:

const igdl = require("./");
igdl("https://www.instagram.com/p/CXCnrUFhsZS/")
  .then(data => {
    console.log(data)
})

Result:

{
  "result": { 
    "ownAPI": "@theazran_", 
    "url": "https://tinyurl.com/2fndqq8v" 
  }
}

Contact Me:

1.0.0

2 years ago