1.0.3 • Published 4 years ago

instagram-downloader-api v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Instagram downloader API

const instagram = require("instagram-downloader-api");

instagram("https://www.instagram.com/p/CFy-rDDgPKK/") .then((data) => console.log(data)) .catch((err) => console.log(err));