@ryanknutson/rkgis

1.1.4 • Public • Published

rkgis

a fast no-api Google Images search

Installation

Install with npm

npm i imagemagick

Usage

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

License

MIT

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @ryanknutson/rkgis

      Weekly Downloads

      0

      Version

      1.1.4

      License

      MIT

      Unpacked Size

      3.57 kB

      Total Files

      5

      Last publish

      Collaborators

      • ryanknutson