1.0.1 • Published 7 years ago
instagram-tagscrape-proxy v1.0.1
instagram-tagscrape-proxy
Proxied version of the instagram-tagscrape module.
Please refer to the original documentation.
Usage
Each function of the original module accepts an optional proxy argument
var ig = require('instagram-tagscrape-proxy');
ig.scrapeTagPage('bernie', "http://<YOUR PROXY>").then(function(result){
console.dir(result);
})