instagram-web-json
v0.0.3
Published
Parser for JSON data from instagram web
Readme
instagram-web-json
Parser for JSON data from instagram web.
Table of contents
Installation
npm install instagram-web-json --saveUsage
const api = require("instagram-web-json");
api.getUser("dzimiks").then((data) => {
console.log(data);
});