@ryanknutson/rkgis
v1.1.4
Published
a fast no-api Google Images search
Maintainers
Readme
rkgis
a fast no-api Google Images search
Installation
Install with npm
npm i imagemagickUsage
Include with
const rkgis = require('rkgis')rkgis returns a promise, which you can use as follows
rkgis('cats').then(e=>console.log(e))there are currently 2 options available, random, and max
rkgis('cats', {random: true, max: 5})random will shuffle the array, and max will limit the number of results
