ins-goo-vision
v1.0.2
Published
Using google cloud vision to detect your instagram image
Downloads
5
Readme
ins-goo-vision
A module that user can pass their instagram API key and google vision API key and return the results of each of your image in your instagram.
Usage
You need to provide your instagram access_token
and your google vision api key
.
var insGooVision = require('ins-goo-vision');
insGooVision(YOUR_INS_ACCESS_TOKEN, YOUR_GOOGLE_VISION_KEY, callback);
You can also pass in these keys via .env
Results will be an array contain all your recent Ins images and its google vision results