1.1.4 • Published 4 years ago

@ryanknutson/rkgis v1.1.4

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

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

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago